Html Css Color HEX #BA0431 Cardinal

📋 copy color: '#BA0431'

red 186 ◦ green 4 ◦ blue 49

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

Shades of Cardinal #BA0431

Tints of Cardinal #BA0431

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

 BLUE value IS 49 (19.53% from 255) = 20.5%

R = 77.82%
G = 1.67%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA0431 (or 0xBA0431) is known color: Cardinal. HEX triplet: BA, 04 and 31. RGB value is (186,4,49). Sum of RGB (Red+Green+Blue) = 186+4+49=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0431 is #45FBCE. Grayscale: #3F3F3F. Windows color (decimal): -4586447 or 3212474. OLE color: 3212474.

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

Color convert

RGB 186 4 49 -
CMYK 0 0.98 0.74 0.27
HSL 345.16º 0.96% 0.37% -
HSV(B) 345.16º 0.98% 0.73% -
XYZ 20.85 10.75 3.88 -
YUV 63.55 119.8 215.34 -
System Red Green Blue C M Y K H S L
Decimal 186 4 49 0 0.98 0.74 0.27 345.16 0.96 0.37
Hex BA 4 31 0 62 4A 1B 159 60 25
Octal 272 4 61 0 142 112 33 531 140 45
Binary 10111010 100 110001 0 1100010 1001010 11011 101011001 1100000 100101

Color Harmonies of #BA0431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0431

Black with #BA0431

Text Example


Text Example

White with #BA0431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0431; }

 p { color: rgb(186,4,49); }

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

background-color css

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

 a { background-color: rgb(186,4,49); }

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

border-color css

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

 span { border-color: rgb(186,4,49); }

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