Html Css Color HEX #B70520 Venetian Red

📋 copy color: '#B70520'

red 183 ◦ green 5 ◦ blue 32

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

Shades of Venetian Red #B70520

Tints of Venetian Red #B70520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.27%

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

R = 83.18%
G = 2.27%
B = 14.55%

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

#B70520 (or 0xB70520) is known color: Venetian Red. HEX triplet: B7, 05 and 20. RGB value is (183,5,32). Sum of RGB (Red+Green+Blue) = 183+5+32=220 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.18% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 183 - color contains mainly: red. Hex color #B70520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70520 is #48FADF. Grayscale: #3D3D3D. Windows color (decimal): -4782816 or 2098615. OLE color: 2098615.

HSL color Cylindrical-coordinate representation of color #B70520: hue angle of 350.9º degrees, saturation: 0.95, 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 #B70520 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 5 32 -
CMYK 0 0.97 0.83 0.28
HSL 350.9º 0.95% 0.37% -
HSV(B) 350.9º 0.97% 0.72% -
XYZ 19.84 10.28 2.3 -
YUV 61.3 111.47 214.8 -
System Red Green Blue C M Y K H S L
Decimal 183 5 32 0 0.97 0.83 0.28 350.9 0.95 0.37
Hex B7 5 20 0 61 53 1C 15F 5F 25
Octal 267 5 40 0 141 123 34 537 137 45
Binary 10110111 101 100000 0 1100001 1010011 11100 101011111 1011111 100101

Color Harmonies of #B70520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70520

Black with #B70520

Text Example


Text Example

White with #B70520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70520; }

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

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

background-color css

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

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

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

border-color css

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

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

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