Html Css Color HEX #B20614 Venetian Red

📋 copy color: '#B20614'

red 178 ◦ green 6 ◦ blue 20

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

Shades of Venetian Red #B20614

Tints of Venetian Red #B20614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.94%

 BLUE value IS 20 (8.2% from 255) = 9.8%

R = 87.25%
G = 2.94%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B20614 (or 0xB20614) is known color: Venetian Red. HEX triplet: B2, 06 and 14. RGB value is (178,6,20). Sum of RGB (Red+Green+Blue) = 178+6+20=204 (27% of max value = 765). Red value is 178 (69.92% from 255 or 87.25% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 178 - color contains mainly: red. Hex color #B20614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20614 is #4DF9EB. Grayscale: #3B3B3B. Windows color (decimal): -5110252 or 1312434. OLE color: 1312434.

HSL color Cylindrical-coordinate representation of color #B20614: hue angle of 355.12º degrees, saturation: 0.93, 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 #B20614 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 6 20 -
CMYK 0 0.97 0.89 0.30
HSL 355.12º 0.93% 0.36% -
HSV(B) 355.12º 0.97% 0.7% -
XYZ 18.55 9.65 1.55 -
YUV 59.02 105.98 212.86 -
System Red Green Blue C M Y K H S L
Decimal 178 6 20 0 0.97 0.89 0.30 355.12 0.93 0.36
Hex B2 6 14 0 61 59 1E 163 5D 24
Octal 262 6 24 0 141 131 36 543 135 44
Binary 10110010 110 10100 0 1100001 1011001 11110 101100011 1011101 100100

Color Harmonies of #B20614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20614

Black with #B20614

Text Example


Text Example

White with #B20614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20614; }

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

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

background-color css

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

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

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

border-color css

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

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

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