Html Css Color HEX #B01020 Venetian Red

📋 copy color: '#B01020'

red 176 ◦ green 16 ◦ blue 32

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

Shades of Venetian Red #B01020

Tints of Venetian Red #B01020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.14%

 BLUE value IS 32 (12.89% from 255) = 14.29%

R = 78.57%
G = 7.14%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B01020 (or 0xB01020) is known color: Venetian Red. HEX triplet: B0, 10 and 20. RGB value is (176,16,32). Sum of RGB (Red+Green+Blue) = 176+16+32=224 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.57% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 176 - color contains mainly: red. Hex color #B01020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01020 is #4FEFDF. Grayscale: #414141. Windows color (decimal): -5238752 or 2101424. OLE color: 2101424.

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

Color convert

RGB 176 16 32 -
CMYK 0 0.91 0.82 0.31
HSL 354º 0.83% 0.38% -
HSV(B) 354º 0.91% 0.69% -
XYZ 18.35 9.7 2.27 -
YUV 65.66 109.01 206.7 -
System Red Green Blue C M Y K H S L
Decimal 176 16 32 0 0.91 0.82 0.31 354 0.83 0.38
Hex B0 10 20 0 5B 52 1F 162 53 26
Octal 260 20 40 0 133 122 37 542 123 46
Binary 10110000 10000 100000 0 1011011 1010010 11111 101100010 1010011 100110

Color Harmonies of #B01020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01020

Black with #B01020

Text Example


Text Example

White with #B01020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01020; }

 p { color: rgb(176,16,32); }

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

background-color css

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

 a { background-color: rgb(176,16,32); }

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

border-color css

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

 span { border-color: rgb(176,16,32); }

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