#BA1F37

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

Shades of Cardinal #BA1F37

Tints of Cardinal #BA1F37

Color information

#BA1F37 (or 0xBA1F37) is unknown color: approx Cardinal. HEX triplet: BA, 1F and 37. RGB value is (186,31,55). Sum of RGB (Red+Green+Blue) = 186+31+55=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1F37 is #45E0C8. Grayscale: #505050. Windows color (decimal): -4579529 or 3612602. OLE color: 3612602.

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

Color convert

RGB1863155-
CMYK00.830.700.27
HSL350.71º71.43%42.55%-
HSV(B)350.71º83.33%72.94%-
XYZ21.4311.694.74-
YUV80.08113.85203.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.38%
GREEN value IS 31 (12.5% from 255) = 11.40%
BLUE value IS 55 (21.88% from 255) = 20.22%
R=68.38%
G=11.40%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186315500.830.700.27350.7171.4342.55
HexBA1F37053461B15f472b
Octal272376701231063353710753
Binary1011101011111110111010100111000110110111010111111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1F37; }

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

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

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

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

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

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

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

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