Html Css Color HEX #B00E0F Venetian Red

📋 copy color: '#B00E0F'

red 176 ◦ green 14 ◦ blue 15

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

Shades of Venetian Red #B00E0F

Tints of Venetian Red #B00E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.32%

R = 85.85%
G = 6.83%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B00E0F (or 0xB00E0F) is known color: Venetian Red. HEX triplet: B0, 0E and 0F. RGB value is (176,14,15). Sum of RGB (Red+Green+Blue) = 176+14+15=205 (27% of max value = 765). Red value is 176 (69.14% from 255 or 85.85% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00E0F is #4FF1F0. Grayscale: #3E3E3E. Windows color (decimal): -5239281 or 986800. OLE color: 986800.

HSL color Cylindrical-coordinate representation of color #B00E0F: hue angle of 359.63º 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 #B00E0F is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 14 15 -
CMYK 0 0.92 0.91 0.31
HSL 359.63º 0.85% 0.37% -
HSV(B) 359.63º 0.92% 0.69% -
XYZ 18.15 9.58 1.34 -
YUV 62.55 101.17 208.92 -
System Red Green Blue C M Y K H S L
Decimal 176 14 15 0 0.92 0.91 0.31 359.63 0.85 0.37
Hex B0 E F 0 5C 5B 1F 168 55 25
Octal 260 16 17 0 134 133 37 550 125 45
Binary 10110000 1110 1111 0 1011100 1011011 11111 101101000 1010101 100101

Color Harmonies of #B00E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00E0F

Black with #B00E0F

Text Example


Text Example

White with #B00E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00E0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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