Html Css Color HEX #BA0815 Venetian Red

📋 copy color: '#BA0815'

red 186 ◦ green 8 ◦ blue 21

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

Shades of Venetian Red #BA0815

Tints of Venetian Red #BA0815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.72%

 BLUE value IS 21 (8.59% from 255) = 9.77%

R = 86.51%
G = 3.72%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA0815 (or 0xBA0815) is known color: Venetian Red. HEX triplet: BA, 08 and 15. RGB value is (186,8,21). Sum of RGB (Red+Green+Blue) = 186+8+21=215 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.51% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0815 is #45F7EA. Grayscale: #3E3E3E. Windows color (decimal): -4585451 or 1378490. OLE color: 1378490.

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

Color convert

RGB 186 8 21 -
CMYK 0 0.96 0.89 0.27
HSL 355.62º 0.92% 0.38% -
HSV(B) 355.62º 0.96% 0.73% -
XYZ 20.47 10.67 1.69 -
YUV 62.7 104.47 215.94 -
System Red Green Blue C M Y K H S L
Decimal 186 8 21 0 0.96 0.89 0.27 355.62 0.92 0.38
Hex BA 8 15 0 60 59 1B 164 5C 26
Octal 272 10 25 0 140 131 33 544 134 46
Binary 10111010 1000 10101 0 1100000 1011001 11011 101100100 1011100 100110

Color Harmonies of #BA0815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0815

Black with #BA0815

Text Example


Text Example

White with #BA0815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0815; }

 p { color: rgb(186,8,21); }

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

background-color css

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

 a { background-color: rgb(186,8,21); }

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

border-color css

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

 span { border-color: rgb(186,8,21); }

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