Html Css Color HEX #BA0A37 Cardinal

📋 copy color: '#BA0A37'

red 186 ◦ green 10 ◦ blue 55

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

Shades of Cardinal #BA0A37

Tints of Cardinal #BA0A37

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.98%

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

R = 74.1%
G = 3.98%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA0A37 (or 0xBA0A37) is known color: Cardinal. HEX triplet: BA, 0A and 37. RGB value is (186,10,55). Sum of RGB (Red+Green+Blue) = 186+10+55=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0A37 is #45F5C8. Grayscale: #434343. Windows color (decimal): -4584905 or 3607226. OLE color: 3607226.

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

Color convert

RGB 186 10 55 -
CMYK 0 0.95 0.70 0.27
HSL 344.66º 0.9% 0.38% -
HSV(B) 344.66º 0.95% 0.73% -
XYZ 21.05 10.93 4.62 -
YUV 67.75 120.81 212.34 -
System Red Green Blue C M Y K H S L
Decimal 186 10 55 0 0.95 0.70 0.27 344.66 0.9 0.38
Hex BA A 37 0 5F 46 1B 159 5A 26
Octal 272 12 67 0 137 106 33 531 132 46
Binary 10111010 1010 110111 0 1011111 1000110 11011 101011001 1011010 100110

Color Harmonies of #BA0A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0A37

Black with #BA0A37

Text Example


Text Example

White with #BA0A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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