Html Css Color HEX #B70020 Venetian Red

📋 copy color: '#B70020'

red 183 ◦ green 0 ◦ blue 32

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

Shades of Venetian Red #B70020

Tints of Venetian Red #B70020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.12%
G = 0%
B = 14.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B70020 (or 0xB70020) is known color: Venetian Red. HEX triplet: B7, 00 and 20. RGB value is (183,0,32). Sum of RGB (Red+Green+Blue) = 183+0+32=215 (28% of max value = 765). Red value is 183 (71.88% from 255 or 85.12% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 183 - color contains mainly: red. Hex color #B70020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70020 is #48FFDF. Grayscale: #3A3A3A. Windows color (decimal): -4784096 or 2097335. OLE color: 2097335.

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

Color convert

RGB 183 0 32 -
CMYK 0 1 0.83 0.28
HSL 349.51º 1% 0.36% -
HSV(B) 349.51º 1% 0.72% -
XYZ 19.79 10.17 2.29 -
YUV 58.37 113.13 216.9 -
System Red Green Blue C M Y K H S L
Decimal 183 0 32 0 1 0.83 0.28 349.51 1 0.36
Hex B7 0 20 0 64 53 1C 15E 64 24
Octal 267 0 40 0 144 123 34 536 144 44
Binary 10110111 0 100000 0 1100100 1010011 11100 101011110 1100100 100100

Color Harmonies of #B70020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70020

Black with #B70020

Text Example


Text Example

White with #B70020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70020; }

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

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

background-color css

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

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

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

border-color css

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

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

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