#BA1F36

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

Shades of Cardinal #BA1F36

Tints of Cardinal #BA1F36

Color information

#BA1F36 (or 0xBA1F36) is unknown color: approx Cardinal. HEX triplet: BA, 1F and 36. RGB value is (186,31,54). Sum of RGB (Red+Green+Blue) = 186+31+54=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1F36 is #45E0C9. Grayscale: #505050. Windows color (decimal): -4579530 or 3547066. OLE color: 3547066.

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

Color convert

RGB1863154-
CMYK00.830.710.27
HSL351.1º71.43%42.55%-
HSV(B)351.1º83.33%72.94%-
XYZ21.4111.694.62-
YUV79.97113.35203.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.63%
GREEN value IS 31 (12.5% from 255) = 11.44%
BLUE value IS 54 (21.48% from 255) = 19.93%
R=68.63%
G=11.44%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186315400.830.710.27351.171.4342.55
HexBA1F36053471B15f472b
Octal272376601231073353710753
Binary1011101011111110110010100111000111110111010111111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1F36; }

 p { color: rgb(186,31,54); }

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

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

 a { background-color: rgb(186,31,54); }

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

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

 span { border-color: rgb(186,31,54); }

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