Html Css Color HEX #BA1037 Cardinal

📋 copy color: '#BA1037'

red 186 ◦ green 16 ◦ blue 55

#BA1037
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BA1037

Tints of Cardinal #BA1037

RGB

 RED value IS 186 (73.05% from 255) = 72.37%

 GREEN value IS 16 (6.64% from 255) = 6.23%

 BLUE value IS 55 (21.88% from 255) = 21.4%

R = 72.37%
G = 6.23%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA1037 (or 0xBA1037) is known color: Cardinal. HEX triplet: BA, 10 and 37. RGB value is (186,16,55). Sum of RGB (Red+Green+Blue) = 186+16+55=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1037 is #45EFC8. Grayscale: #474747. Windows color (decimal): -4583369 or 3608762. OLE color: 3608762.

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

Color convert

RGB 186 16 55 -
CMYK 0 0.91 0.70 0.27
HSL 346.24º 0.84% 0.4% -
HSV(B) 346.24º 0.91% 0.73% -
XYZ 21.12 11.09 4.64 -
YUV 71.28 118.82 209.83 -
System Red Green Blue C M Y K H S L
Decimal 186 16 55 0 0.91 0.70 0.27 346.24 0.84 0.4
Hex BA 10 37 0 5B 46 1B 15A 54 28
Octal 272 20 67 0 133 106 33 532 124 50
Binary 10111010 10000 110111 0 1011011 1000110 11011 101011010 1010100 101000

Color Harmonies of #BA1037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1037

Black with #BA1037

Text Example


Text Example

White with #BA1037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1037; }

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

 H1.HeaderClassName
 {
   color: #BA1037;
 }
 .AnyTagClassName
 {
   color: #BA1037;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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