Html Css Color HEX #BA0C2C Cardinal

📋 copy color: '#BA0C2C'

red 186 ◦ green 12 ◦ blue 44

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

Shades of Cardinal #BA0C2C

Tints of Cardinal #BA0C2C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.96%

 BLUE value IS 44 (17.58% from 255) = 18.18%

R = 76.86%
G = 4.96%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA0C2C (or 0xBA0C2C) is known color: Cardinal. HEX triplet: BA, 0C and 2C. RGB value is (186,12,44). Sum of RGB (Red+Green+Blue) = 186+12+44=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0C2C is #45F3D3. Grayscale: #434343. Windows color (decimal): -4584404 or 2886842. OLE color: 2886842.

HSL color Cylindrical-coordinate representation of color #BA0C2C: hue angle of 348.97º degrees, saturation: 0.88, 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 #BA0C2C is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 12 44 -
CMYK 0 0.94 0.76 0.27
HSL 348.97º 0.88% 0.39% -
HSV(B) 348.97º 0.94% 0.73% -
XYZ 20.84 10.88 3.39 -
YUV 67.67 114.65 212.4 -
System Red Green Blue C M Y K H S L
Decimal 186 12 44 0 0.94 0.76 0.27 348.97 0.88 0.39
Hex BA C 2C 0 5E 4C 1B 15D 58 27
Octal 272 14 54 0 136 114 33 535 130 47
Binary 10111010 1100 101100 0 1011110 1001100 11011 101011101 1011000 100111

Color Harmonies of #BA0C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0C2C

Black with #BA0C2C

Text Example


Text Example

White with #BA0C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0C2C; }

 p { color: rgb(186,12,44); }

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

background-color css

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

 a { background-color: rgb(186,12,44); }

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

border-color css

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

 span { border-color: rgb(186,12,44); }

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