Html Css Color HEX #BA0D16 Venetian Red

📋 copy color: '#BA0D16'

red 186 ◦ green 13 ◦ blue 22

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

Shades of Venetian Red #BA0D16

Tints of Venetian Red #BA0D16

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.88%

 BLUE value IS 22 (8.98% from 255) = 9.95%

R = 84.16%
G = 5.88%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA0D16 (or 0xBA0D16) is known color: Venetian Red. HEX triplet: BA, 0D and 16. RGB value is (186,13,22). Sum of RGB (Red+Green+Blue) = 186+13+22=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0D16 is #45F2E9. Grayscale: #414141. Windows color (decimal): -4584170 or 1445306. OLE color: 1445306.

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

Color convert

RGB 186 13 22 -
CMYK 0 0.93 0.88 0.27
HSL 356.88º 0.87% 0.39% -
HSV(B) 356.88º 0.93% 0.73% -
XYZ 20.54 10.78 1.76 -
YUV 65.75 103.31 213.77 -
System Red Green Blue C M Y K H S L
Decimal 186 13 22 0 0.93 0.88 0.27 356.88 0.87 0.39
Hex BA D 16 0 5D 58 1B 165 57 27
Octal 272 15 26 0 135 130 33 545 127 47
Binary 10111010 1101 10110 0 1011101 1011000 11011 101100101 1010111 100111

Color Harmonies of #BA0D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0D16

Black with #BA0D16

Text Example


Text Example

White with #BA0D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0D16; }

 p { color: rgb(186,13,22); }

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

background-color css

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

 a { background-color: rgb(186,13,22); }

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

border-color css

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

 span { border-color: rgb(186,13,22); }

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