Html Css Color HEX #B20008 Venetian Red

📋 copy color: '#B20008'

red 178 ◦ green 0 ◦ blue 8

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

Shades of Venetian Red #B20008

Tints of Venetian Red #B20008

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 8 (3.52% from 255) = 4.3%

R = 95.7%
G = 0%
B = 4.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B20008 (or 0xB20008) is known color: Venetian Red. HEX triplet: B2, 00 and 08. RGB value is (178,0,8). Sum of RGB (Red+Green+Blue) = 178+0+8=186 (24% of max value = 765). Red value is 178 (69.92% from 255 or 95.70% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 178 - color contains mainly: red. Hex color #B20008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20008 is #4DFFF7. Grayscale: #363636. Windows color (decimal): -5111800 or 524466. OLE color: 524466.

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

Color convert

RGB 178 0 8 -
CMYK 0 1 0.96 0.30
HSL 357.3º 1% 0.35% -
HSV(B) 357.3º 1% 0.7% -
XYZ 18.4 9.48 1.09 -
YUV 54.13 101.97 216.35 -
System Red Green Blue C M Y K H S L
Decimal 178 0 8 0 1 0.96 0.30 357.3 1 0.35
Hex B2 0 8 0 64 60 1E 165 64 23
Octal 262 0 10 0 144 140 36 545 144 43
Binary 10110010 0 1000 0 1100100 1100000 11110 101100101 1100100 100011

Color Harmonies of #B20008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20008

Black with #B20008

Text Example


Text Example

White with #B20008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20008; }

 p { color: rgb(178,0,8); }

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

background-color css

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

 a { background-color: rgb(178,0,8); }

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

border-color css

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

 span { border-color: rgb(178,0,8); }

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