Html Css Color HEX #B00E15 Venetian Red

📋 copy color: '#B00E15'

red 176 ◦ green 14 ◦ blue 21

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

Shades of Venetian Red #B00E15

Tints of Venetian Red #B00E15

RGB

 RED value IS 176 (69.14% from 255) = 83.41%

 GREEN value IS 14 (5.86% from 255) = 6.64%

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

R = 83.41%
G = 6.64%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B00E15 (or 0xB00E15) is known color: Venetian Red. HEX triplet: B0, 0E and 15. RGB value is (176,14,21). Sum of RGB (Red+Green+Blue) = 176+14+21=211 (27% of max value = 765). Red value is 176 (69.14% from 255 or 83.41% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00E15 is #4FF1EA. Grayscale: #3F3F3F. Windows color (decimal): -5239275 or 1380016. OLE color: 1380016.

HSL color Cylindrical-coordinate representation of color #B00E15: hue angle of 357.41º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B00E15 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 14 21 -
CMYK 0 0.92 0.88 0.31
HSL 357.41º 0.85% 0.37% -
HSV(B) 357.41º 0.92% 0.69% -
XYZ 18.2 9.6 1.6 -
YUV 63.24 104.17 208.43 -
System Red Green Blue C M Y K H S L
Decimal 176 14 21 0 0.92 0.88 0.31 357.41 0.85 0.37
Hex B0 E 15 0 5C 58 1F 165 55 25
Octal 260 16 25 0 134 130 37 545 125 45
Binary 10110000 1110 10101 0 1011100 1011000 11111 101100101 1010101 100101

Color Harmonies of #B00E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00E15

Black with #B00E15

Text Example


Text Example

White with #B00E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00E15; }

 p { color: rgb(176,14,21); }

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

background-color css

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

 a { background-color: rgb(176,14,21); }

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

border-color css

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

 span { border-color: rgb(176,14,21); }

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