Html Css Color HEX #B70620 Venetian Red

📋 copy color: '#B70620'

red 183 ◦ green 6 ◦ blue 32

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

Shades of Venetian Red #B70620

Tints of Venetian Red #B70620

RGB

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

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

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

R = 82.81%
G = 2.71%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B70620 (or 0xB70620) is known color: Venetian Red. HEX triplet: B7, 06 and 20. RGB value is (183,6,32). Sum of RGB (Red+Green+Blue) = 183+6+32=221 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.81% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 183 - color contains mainly: red. Hex color #B70620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70620 is #48F9DF. Grayscale: #3D3D3D. Windows color (decimal): -4782560 or 2098871. OLE color: 2098871.

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

Color convert

RGB 183 6 32 -
CMYK 0 0.97 0.83 0.28
HSL 351.19º 0.94% 0.37% -
HSV(B) 351.19º 0.97% 0.72% -
XYZ 19.85 10.3 2.31 -
YUV 61.89 111.14 214.39 -
System Red Green Blue C M Y K H S L
Decimal 183 6 32 0 0.97 0.83 0.28 351.19 0.94 0.37
Hex B7 6 20 0 61 53 1C 15F 5E 25
Octal 267 6 40 0 141 123 34 537 136 45
Binary 10110111 110 100000 0 1100001 1010011 11100 101011111 1011110 100101

Color Harmonies of #B70620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70620

Black with #B70620

Text Example


Text Example

White with #B70620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70620; }

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

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

background-color css

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

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

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

border-color css

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

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

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