Html Css Color HEX #B20714 Venetian Red

📋 copy color: '#B20714'

red 178 ◦ green 7 ◦ blue 20

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

Shades of Venetian Red #B20714

Tints of Venetian Red #B20714

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.41%

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

R = 86.83%
G = 3.41%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B20714 (or 0xB20714) is known color: Venetian Red. HEX triplet: B2, 07 and 14. RGB value is (178,7,20). Sum of RGB (Red+Green+Blue) = 178+7+20=205 (27% of max value = 765). Red value is 178 (69.92% from 255 or 86.83% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 178 - color contains mainly: red. Hex color #B20714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20714 is #4DF8EB. Grayscale: #3B3B3B. Windows color (decimal): -5109996 or 1312690. OLE color: 1312690.

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

Color convert

RGB 178 7 20 -
CMYK 0 0.96 0.89 0.30
HSL 355.44º 0.92% 0.36% -
HSV(B) 355.44º 0.96% 0.7% -
XYZ 18.56 9.67 1.55 -
YUV 59.61 105.65 212.44 -
System Red Green Blue C M Y K H S L
Decimal 178 7 20 0 0.96 0.89 0.30 355.44 0.92 0.36
Hex B2 7 14 0 60 59 1E 163 5C 24
Octal 262 7 24 0 140 131 36 543 134 44
Binary 10110010 111 10100 0 1100000 1011001 11110 101100011 1011100 100100

Color Harmonies of #B20714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20714

Black with #B20714

Text Example


Text Example

White with #B20714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20714; }

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

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

background-color css

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

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

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

border-color css

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

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

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