#BA233C

Color #BA233C Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BA233C

Tints of Cardinal #BA233C

Color information

#BA233C (or 0xBA233C) is unknown color: approx Cardinal. HEX triplet: BA, 23 and 3C. RGB value is (186,35,60). Sum of RGB (Red+Green+Blue) = 186+35+60=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA233C is #45DCC3. Grayscale: #535353. Windows color (decimal): -4578500 or 3941306. OLE color: 3941306.

HSL color Cylindrical-coordinate representation of color #BA233C: hue angle of 350.07º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA233C is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB1863560-
CMYK00.810.680.27
HSL350.07º68.33%43.33%-
HSV(B)350.07º81.18%72.94%-
XYZ21.6711.975.44-
YUV83115.03201.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 66.19%
GREEN value IS 35 (14.06% from 255) = 12.46%
BLUE value IS 60 (23.83% from 255) = 21.35%
R=66.19%
G=12.46%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186356000.810.680.27350.0768.3343.33
HexBA233C051441B15e442b
Octal272437401211043353610453
Binary10111010100011111100010100011000100110111010111101000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA233C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA233C; }

 p { color: rgb(186,35,60); }

 H1.HeaderClassName
 {
   color: #BA233C;
 }
 .AnyTagClassName
 {
   color: #BA233C;
 }
</style>
background-color css

<style>
 a { background-color: #BA233C; }

 a { background-color: rgb(186,35,60); }

 div.DivClassName
 {
   background-color: #BA233C;
 }
 .BgClassName
 {
   background-color: #BA233C;
 }
</style>
border-color css

<style>
 span { border-color: #BA233C; }

 span { border-color: rgb(186,35,60); }

 td.TdClassName
 {
   border-color: #BA233C;
 }
 .TagClassName
 {
   border-color: #BA233C;
 }
</style>