Html Css Color HEX #BA0A2C Cardinal

📋 copy color: '#BA0A2C'

red 186 ◦ green 10 ◦ blue 44

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

Shades of Cardinal #BA0A2C

Tints of Cardinal #BA0A2C

RGB

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

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

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

R = 77.5%
G = 4.17%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA0A2C (or 0xBA0A2C) is known color: Cardinal. HEX triplet: BA, 0A and 2C. RGB value is (186,10,44). Sum of RGB (Red+Green+Blue) = 186+10+44=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0A2C is #45F5D3. Grayscale: #424242. Windows color (decimal): -4584916 or 2886330. OLE color: 2886330.

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

Color convert

RGB 186 10 44 -
CMYK 0 0.95 0.76 0.27
HSL 348.41º 0.9% 0.38% -
HSV(B) 348.41º 0.95% 0.73% -
XYZ 20.81 10.84 3.38 -
YUV 66.5 115.31 213.24 -
System Red Green Blue C M Y K H S L
Decimal 186 10 44 0 0.95 0.76 0.27 348.41 0.9 0.38
Hex BA A 2C 0 5F 4C 1B 15C 5A 26
Octal 272 12 54 0 137 114 33 534 132 46
Binary 10111010 1010 101100 0 1011111 1001100 11011 101011100 1011010 100110

Color Harmonies of #BA0A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0A2C

Black with #BA0A2C

Text Example


Text Example

White with #BA0A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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