Html Css Color HEX #B20710 Venetian Red

📋 copy color: '#B20710'

red 178 ◦ green 7 ◦ blue 16

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

Shades of Venetian Red #B20710

Tints of Venetian Red #B20710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.96%

R = 88.56%
G = 3.48%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B20710 (or 0xB20710) is known color: Venetian Red. HEX triplet: B2, 07 and 10. RGB value is (178,7,16). Sum of RGB (Red+Green+Blue) = 178+7+16=201 (26% of max value = 765). Red value is 178 (69.92% from 255 or 88.56% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 178 - color contains mainly: red. Hex color #B20710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20710 is #4DF8EF. Grayscale: #3B3B3B. Windows color (decimal): -5110000 or 1050546. OLE color: 1050546.

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

Color convert

RGB 178 7 16 -
CMYK 0 0.96 0.91 0.30
HSL 356.84º 0.92% 0.36% -
HSV(B) 356.84º 0.96% 0.7% -
XYZ 18.53 9.65 1.38 -
YUV 59.16 103.65 212.77 -
System Red Green Blue C M Y K H S L
Decimal 178 7 16 0 0.96 0.91 0.30 356.84 0.92 0.36
Hex B2 7 10 0 60 5B 1E 165 5C 24
Octal 262 7 20 0 140 133 36 545 134 44
Binary 10110010 111 10000 0 1100000 1011011 11110 101100101 1011100 100100

Color Harmonies of #B20710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20710

Black with #B20710

Text Example


Text Example

White with #B20710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20710; }

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

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

background-color css

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

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

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

border-color css

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

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

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