Html Css Color HEX #BA0A2F Cardinal

📋 copy color: '#BA0A2F'

red 186 ◦ green 10 ◦ blue 47

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

Shades of Cardinal #BA0A2F

Tints of Cardinal #BA0A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.34%

R = 76.54%
G = 4.12%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA0A2F (or 0xBA0A2F) is known color: Cardinal. HEX triplet: BA, 0A and 2F. RGB value is (186,10,47). Sum of RGB (Red+Green+Blue) = 186+10+47=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0A2F is #45F5D0. Grayscale: #424242. Windows color (decimal): -4584913 or 3082938. OLE color: 3082938.

HSL color Cylindrical-coordinate representation of color #BA0A2F: hue angle of 347.39º 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 #BA0A2F is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 10 47 -
CMYK 0 0.95 0.75 0.27
HSL 347.39º 0.9% 0.38% -
HSV(B) 347.39º 0.95% 0.73% -
XYZ 20.87 10.86 3.69 -
YUV 66.84 116.81 212.99 -
System Red Green Blue C M Y K H S L
Decimal 186 10 47 0 0.95 0.75 0.27 347.39 0.9 0.38
Hex BA A 2F 0 5F 4B 1B 15B 5A 26
Octal 272 12 57 0 137 113 33 533 132 46
Binary 10111010 1010 101111 0 1011111 1001011 11011 101011011 1011010 100110

Color Harmonies of #BA0A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0A2F

Black with #BA0A2F

Text Example


Text Example

White with #BA0A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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