Html Css Color HEX #B20506 Venetian Red

📋 copy color: '#B20506'

red 178 ◦ green 5 ◦ blue 6

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

Shades of Venetian Red #B20506

Tints of Venetian Red #B20506

RGB

 RED value IS 178 (69.92% from 255) = 94.18%

 GREEN value IS 5 (2.34% from 255) = 2.65%

 BLUE value IS 6 (2.73% from 255) = 3.17%

R = 94.18%
G = 2.65%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B20506 (or 0xB20506) is known color: Venetian Red. HEX triplet: B2, 05 and 06. RGB value is (178,5,6). Sum of RGB (Red+Green+Blue) = 178+5+6=189 (25% of max value = 765). Red value is 178 (69.92% from 255 or 94.18% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 178 - color contains mainly: red. Hex color #B20506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20506 is #4DFAF9. Grayscale: #393939. Windows color (decimal): -5110522 or 394674. OLE color: 394674.

HSL color Cylindrical-coordinate representation of color #B20506: hue angle of 359.65º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20506 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 5 6 -
CMYK 0 0.97 0.97 0.30
HSL 359.65º 0.95% 0.36% -
HSV(B) 359.65º 0.97% 0.7% -
XYZ 18.45 9.59 1.05 -
YUV 56.84 99.31 214.42 -
System Red Green Blue C M Y K H S L
Decimal 178 5 6 0 0.97 0.97 0.30 359.65 0.95 0.36
Hex B2 5 6 0 61 61 1E 168 5F 24
Octal 262 5 6 0 141 141 36 550 137 44
Binary 10110010 101 110 0 1100001 1100001 11110 101101000 1011111 100100

Color Harmonies of #B20506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20506

Black with #B20506

Text Example


Text Example

White with #B20506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20506; }

 p { color: rgb(178,5,6); }

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

background-color css

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

 a { background-color: rgb(178,5,6); }

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

border-color css

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

 span { border-color: rgb(178,5,6); }

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