Html Css Color HEX #B70120 Venetian Red

📋 copy color: '#B70120'

red 183 ◦ green 1 ◦ blue 32

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

Shades of Venetian Red #B70120

Tints of Venetian Red #B70120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 84.72%
G = 0.46%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B70120 (or 0xB70120) is known color: Venetian Red. HEX triplet: B7, 01 and 20. RGB value is (183,1,32). Sum of RGB (Red+Green+Blue) = 183+1+32=216 (28% of max value = 765). Red value is 183 (71.88% from 255 or 84.72% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 183 - color contains mainly: red. Hex color #B70120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70120 is #48FEDF. Grayscale: #3B3B3B. Windows color (decimal): -4783840 or 2097591. OLE color: 2097591.

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

Color convert

RGB 183 1 32 -
CMYK 0 0.99 0.83 0.28
HSL 349.78º 0.99% 0.36% -
HSV(B) 349.78º 0.99% 0.72% -
XYZ 19.8 10.19 2.29 -
YUV 58.95 112.8 216.48 -
System Red Green Blue C M Y K H S L
Decimal 183 1 32 0 0.99 0.83 0.28 349.78 0.99 0.36
Hex B7 1 20 0 63 53 1C 15E 63 24
Octal 267 1 40 0 143 123 34 536 143 44
Binary 10110111 1 100000 0 1100011 1010011 11100 101011110 1100011 100100

Color Harmonies of #B70120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70120

Black with #B70120

Text Example


Text Example

White with #B70120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70120; }

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

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

background-color css

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

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

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

border-color css

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

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

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