Html Css Color HEX #BA0737 Cardinal

📋 copy color: '#BA0737'

red 186 ◦ green 7 ◦ blue 55

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

Shades of Cardinal #BA0737

Tints of Cardinal #BA0737

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.82%

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

R = 75%
G = 2.82%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA0737 (or 0xBA0737) is known color: Cardinal. HEX triplet: BA, 07 and 37. RGB value is (186,7,55). Sum of RGB (Red+Green+Blue) = 186+7+55=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0737 is #45F8C8. Grayscale: #414141. Windows color (decimal): -4585673 or 3606458. OLE color: 3606458.

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

Color convert

RGB 186 7 55 -
CMYK 0 0.96 0.70 0.27
HSL 343.91º 0.93% 0.38% -
HSV(B) 343.91º 0.96% 0.73% -
XYZ 21.02 10.87 4.6 -
YUV 65.99 121.8 213.6 -
System Red Green Blue C M Y K H S L
Decimal 186 7 55 0 0.96 0.70 0.27 343.91 0.93 0.38
Hex BA 7 37 0 60 46 1B 158 5D 26
Octal 272 7 67 0 140 106 33 530 135 46
Binary 10111010 111 110111 0 1100000 1000110 11011 101011000 1011101 100110

Color Harmonies of #BA0737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0737

Black with #BA0737

Text Example


Text Example

White with #BA0737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0737; }

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

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

background-color css

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

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

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

border-color css

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

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

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