Html Css Color HEX #B00F18 Venetian Red

📋 copy color: '#B00F18'

red 176 ◦ green 15 ◦ blue 24

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

Shades of Venetian Red #B00F18

Tints of Venetian Red #B00F18

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.98%

 BLUE value IS 24 (9.77% from 255) = 11.16%

R = 81.86%
G = 6.98%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B00F18 (or 0xB00F18) is known color: Venetian Red. HEX triplet: B0, 0F and 18. RGB value is (176,15,24). Sum of RGB (Red+Green+Blue) = 176+15+24=215 (28% of max value = 765). Red value is 176 (69.14% from 255 or 81.86% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 176 - color contains mainly: red. Hex color #B00F18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00F18 is #4FF0E7. Grayscale: #404040. Windows color (decimal): -5239016 or 1576880. OLE color: 1576880.

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

Color convert

RGB 176 15 24 -
CMYK 0 0.91 0.86 0.31
HSL 356.65º 0.84% 0.37% -
HSV(B) 356.65º 0.91% 0.69% -
XYZ 18.24 9.64 1.76 -
YUV 64.17 105.34 207.77 -
System Red Green Blue C M Y K H S L
Decimal 176 15 24 0 0.91 0.86 0.31 356.65 0.84 0.37
Hex B0 F 18 0 5B 56 1F 165 54 25
Octal 260 17 30 0 133 126 37 545 124 45
Binary 10110000 1111 11000 0 1011011 1010110 11111 101100101 1010100 100101

Color Harmonies of #B00F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00F18

Black with #B00F18

Text Example


Text Example

White with #B00F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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