Html Css Color HEX #BA0715 Venetian Red

📋 copy color: '#BA0715'

red 186 ◦ green 7 ◦ blue 21

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

Shades of Venetian Red #BA0715

Tints of Venetian Red #BA0715

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.27%

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

R = 86.92%
G = 3.27%
B = 9.81%

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

#BA0715 (or 0xBA0715) is known color: Venetian Red. HEX triplet: BA, 07 and 15. RGB value is (186,7,21). Sum of RGB (Red+Green+Blue) = 186+7+21=214 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.92% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0715 is #45F8EA. Grayscale: #3E3E3E. Windows color (decimal): -4585707 or 1378234. OLE color: 1378234.

HSL color Cylindrical-coordinate representation of color #BA0715: hue angle of 355.31º degrees, saturation: 0.93, 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 #BA0715 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 7 21 -
CMYK 0 0.96 0.89 0.27
HSL 355.31º 0.93% 0.38% -
HSV(B) 355.31º 0.96% 0.73% -
XYZ 20.46 10.65 1.69 -
YUV 62.12 104.8 216.36 -
System Red Green Blue C M Y K H S L
Decimal 186 7 21 0 0.96 0.89 0.27 355.31 0.93 0.38
Hex BA 7 15 0 60 59 1B 163 5D 26
Octal 272 7 25 0 140 131 33 543 135 46
Binary 10111010 111 10101 0 1100000 1011001 11011 101100011 1011101 100110

Color Harmonies of #BA0715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0715

Black with #BA0715

Text Example


Text Example

White with #BA0715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0715; }

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

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

background-color css

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

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

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

border-color css

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

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

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