Html Css Color HEX #B70820 Venetian Red

📋 copy color: '#B70820'

red 183 ◦ green 8 ◦ blue 32

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

Shades of Venetian Red #B70820

Tints of Venetian Red #B70820

RGB

 RED value IS 183 (71.88% from 255) = 82.06%

 GREEN value IS 8 (3.52% from 255) = 3.59%

 BLUE value IS 32 (12.89% from 255) = 14.35%

R = 82.06%
G = 3.59%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B70820 (or 0xB70820) is known color: Venetian Red. HEX triplet: B7, 08 and 20. RGB value is (183,8,32). Sum of RGB (Red+Green+Blue) = 183+8+32=223 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.06% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 183 - color contains mainly: red. Hex color #B70820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70820 is #48F7DF. Grayscale: #3F3F3F. Windows color (decimal): -4782048 or 2099383. OLE color: 2099383.

HSL color Cylindrical-coordinate representation of color #B70820: hue angle of 351.77º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B70820 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 8 32 -
CMYK 0 0.96 0.83 0.28
HSL 351.77º 0.92% 0.37% -
HSV(B) 351.77º 0.96% 0.72% -
XYZ 19.88 10.35 2.32 -
YUV 63.06 110.48 213.55 -
System Red Green Blue C M Y K H S L
Decimal 183 8 32 0 0.96 0.83 0.28 351.77 0.92 0.37
Hex B7 8 20 0 60 53 1C 160 5C 25
Octal 267 10 40 0 140 123 34 540 134 45
Binary 10110111 1000 100000 0 1100000 1010011 11100 101100000 1011100 100101

Color Harmonies of #B70820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70820

Black with #B70820

Text Example


Text Example

White with #B70820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70820; }

 p { color: rgb(183,8,32); }

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

background-color css

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

 a { background-color: rgb(183,8,32); }

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

border-color css

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

 span { border-color: rgb(183,8,32); }

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