Html Css Color HEX #BA0B37 Cardinal

📋 copy color: '#BA0B37'

red 186 ◦ green 11 ◦ blue 55

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

Shades of Cardinal #BA0B37

Tints of Cardinal #BA0B37

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.37%

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

R = 73.81%
G = 4.37%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA0B37 (or 0xBA0B37) is known color: Cardinal. HEX triplet: BA, 0B and 37. RGB value is (186,11,55). Sum of RGB (Red+Green+Blue) = 186+11+55=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0B37 is #45F4C8. Grayscale: #444444. Windows color (decimal): -4584649 or 3607482. OLE color: 3607482.

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

Color convert

RGB 186 11 55 -
CMYK 0 0.94 0.70 0.27
HSL 344.91º 0.89% 0.39% -
HSV(B) 344.91º 0.94% 0.73% -
XYZ 21.06 10.95 4.62 -
YUV 68.34 120.48 211.92 -
System Red Green Blue C M Y K H S L
Decimal 186 11 55 0 0.94 0.70 0.27 344.91 0.89 0.39
Hex BA B 37 0 5E 46 1B 159 59 27
Octal 272 13 67 0 136 106 33 531 131 47
Binary 10111010 1011 110111 0 1011110 1000110 11011 101011001 1011001 100111

Color Harmonies of #BA0B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0B37

Black with #BA0B37

Text Example


Text Example

White with #BA0B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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