Html Css Color HEX #B20004 Venetian Red

📋 copy color: '#B20004'

red 178 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #B20004

Tints of Venetian Red #B20004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.2%

R = 97.8%
G = 0%
B = 2.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B20004 (or 0xB20004) is known color: Venetian Red. HEX triplet: B2, 00 and 04. RGB value is (178,0,4). Sum of RGB (Red+Green+Blue) = 178+0+4=182 (24% of max value = 765). Red value is 178 (69.92% from 255 or 97.80% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 178 - color contains mainly: red. Hex color #B20004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20004 is #4DFFFB. Grayscale: #353535. Windows color (decimal): -5111804 or 262322. OLE color: 262322.

HSL color Cylindrical-coordinate representation of color #B20004: hue angle of 358.65º 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 #B20004 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 0 4 -
CMYK 0 1 0.98 0.30
HSL 358.65º 1% 0.35% -
HSV(B) 358.65º 1% 0.7% -
XYZ 18.38 9.47 0.97 -
YUV 53.68 99.97 216.67 -
System Red Green Blue C M Y K H S L
Decimal 178 0 4 0 1 0.98 0.30 358.65 1 0.35
Hex B2 0 4 0 64 62 1E 167 64 23
Octal 262 0 4 0 144 142 36 547 144 43
Binary 10110010 0 100 0 1100100 1100010 11110 101100111 1100100 100011

Color Harmonies of #B20004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20004

Black with #B20004

Text Example


Text Example

White with #B20004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20004; }

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

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

background-color css

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

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

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

border-color css

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

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

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