#BA1E3C

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

Shades of Cardinal #BA1E3C

Tints of Cardinal #BA1E3C

Color information

#BA1E3C (or 0xBA1E3C) is unknown color: approx Cardinal. HEX triplet: BA, 1E and 3C. RGB value is (186,30,60). Sum of RGB (Red+Green+Blue) = 186+30+60=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E3C is #45E1C3. Grayscale: #505050. Windows color (decimal): -4579780 or 3940026. OLE color: 3940026.

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

Color convert

RGB1863060-
CMYK00.840.680.27
HSL348.46º72.22%42.35%-
HSV(B)348.46º83.87%72.94%-
XYZ21.5311.695.4-
YUV80.06116.68203.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 67.39%
GREEN value IS 30 (12.11% from 255) = 10.87%
BLUE value IS 60 (23.83% from 255) = 21.74%
R=67.39%
G=10.87%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186306000.840.680.27348.4672.2242.35
HexBA1E3C054441B15c482a
Octal272367401241043353411052
Binary1011101011110111100010101001000100110111010111001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1E3C; }

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

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

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

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

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

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

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

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