Html Css Color HEX #B01416 Venetian Red

📋 copy color: '#B01416'

red 176 ◦ green 20 ◦ blue 22

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

Shades of Venetian Red #B01416

Tints of Venetian Red #B01416

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.17%

 BLUE value IS 22 (8.98% from 255) = 10.09%

R = 80.73%
G = 9.17%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B01416 (or 0xB01416) is known color: Venetian Red. HEX triplet: B0, 14 and 16. RGB value is (176,20,22). Sum of RGB (Red+Green+Blue) = 176+20+22=218 (28% of max value = 765). Red value is 176 (69.14% from 255 or 80.73% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 176 - color contains mainly: red. Hex color #B01416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B01416 is #4FEBE9. Grayscale: #434343. Windows color (decimal): -5237738 or 1447088. OLE color: 1447088.

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

Color convert

RGB 176 20 22 -
CMYK 0 0.89 0.88 0.31
HSL 359.23º 0.8% 0.38% -
HSV(B) 359.23º 0.89% 0.69% -
XYZ 18.3 9.79 1.68 -
YUV 66.87 102.68 205.84 -
System Red Green Blue C M Y K H S L
Decimal 176 20 22 0 0.89 0.88 0.31 359.23 0.8 0.38
Hex B0 14 16 0 59 58 1F 167 50 26
Octal 260 24 26 0 131 130 37 547 120 46
Binary 10110000 10100 10110 0 1011001 1011000 11111 101100111 1010000 100110

Color Harmonies of #B01416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01416

Black with #B01416

Text Example


Text Example

White with #B01416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01416; }

 p { color: rgb(176,20,22); }

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

background-color css

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

 a { background-color: rgb(176,20,22); }

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

border-color css

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

 span { border-color: rgb(176,20,22); }

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