Html Css Color HEX #B20407 Venetian Red

📋 copy color: '#B20407'

red 178 ◦ green 4 ◦ blue 7

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

Shades of Venetian Red #B20407

Tints of Venetian Red #B20407

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.12%

 BLUE value IS 7 (3.13% from 255) = 3.7%

R = 94.18%
G = 2.12%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B20407 (or 0xB20407) is known color: Venetian Red. HEX triplet: B2, 04 and 07. RGB value is (178,4,7). Sum of RGB (Red+Green+Blue) = 178+4+7=189 (25% of max value = 765). Red value is 178 (69.92% from 255 or 94.18% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 178 - color contains mainly: red. Hex color #B20407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20407 is #4DFBF8. Grayscale: #383838. Windows color (decimal): -5110777 or 459954. OLE color: 459954.

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

Color convert

RGB 178 4 7 -
CMYK 0 0.98 0.96 0.30
HSL 358.97º 0.96% 0.36% -
HSV(B) 358.97º 0.98% 0.7% -
XYZ 18.44 9.57 1.08 -
YUV 56.37 100.15 214.76 -
System Red Green Blue C M Y K H S L
Decimal 178 4 7 0 0.98 0.96 0.30 358.97 0.96 0.36
Hex B2 4 7 0 62 60 1E 167 60 24
Octal 262 4 7 0 142 140 36 547 140 44
Binary 10110010 100 111 0 1100010 1100000 11110 101100111 1100000 100100

Color Harmonies of #B20407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20407

Black with #B20407

Text Example


Text Example

White with #B20407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20407; }

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

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

background-color css

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

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

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

border-color css

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

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

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