Html Css Color HEX #B01518 Venetian Red

📋 copy color: '#B01518'

red 176 ◦ green 21 ◦ blue 24

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

Shades of Venetian Red #B01518

Tints of Venetian Red #B01518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.5%

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

R = 79.64%
G = 9.5%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B01518 (or 0xB01518) is known color: Venetian Red. HEX triplet: B0, 15 and 18. RGB value is (176,21,24). Sum of RGB (Red+Green+Blue) = 176+21+24=221 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.64% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 176 - color contains mainly: red. Hex color #B01518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B01518 is #4FEAE7. Grayscale: #434343. Windows color (decimal): -5237480 or 1578416. OLE color: 1578416.

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

Color convert

RGB 176 21 24 -
CMYK 0 0.88 0.86 0.31
HSL 358.84º 0.79% 0.39% -
HSV(B) 358.84º 0.88% 0.69% -
XYZ 18.34 9.83 1.8 -
YUV 67.69 103.35 205.26 -
System Red Green Blue C M Y K H S L
Decimal 176 21 24 0 0.88 0.86 0.31 358.84 0.79 0.39
Hex B0 15 18 0 58 56 1F 167 4F 27
Octal 260 25 30 0 130 126 37 547 117 47
Binary 10110000 10101 11000 0 1011000 1010110 11111 101100111 1001111 100111

Color Harmonies of #B01518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01518

Black with #B01518

Text Example


Text Example

White with #B01518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01518; }

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

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

background-color css

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

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

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

border-color css

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

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

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