#BA1E3E

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

Shades of Cardinal #BA1E3E

Tints of Cardinal #BA1E3E

Color information

#BA1E3E (or 0xBA1E3E) is unknown color: approx Cardinal. HEX triplet: BA, 1E and 3E. RGB value is (186,30,62). Sum of RGB (Red+Green+Blue) = 186+30+62=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E3E is #45E1C1. Grayscale: #505050. Windows color (decimal): -4579778 or 4071098. OLE color: 4071098.

HSL color Cylindrical-coordinate representation of color #BA1E3E: hue angle of 347.69º 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 #BA1E3E is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1863062-
CMYK00.840.670.27
HSL347.69º72.22%42.35%-
HSV(B)347.69º83.87%72.94%-
XYZ21.5811.725.68-
YUV80.29117.68203.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.91%
GREEN value IS 30 (12.11% from 255) = 10.79%
BLUE value IS 62 (24.61% from 255) = 22.30%
R=66.91%
G=10.79%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186306200.840.670.27347.6972.2242.35
HexBA1E3E054431B15c482a
Octal272367601241033353411052
Binary1011101011110111110010101001000011110111010111001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1E3E; }

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

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

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

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

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

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

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

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