Html Css Color HEX #B70E16 Venetian Red

📋 copy color: '#B70E16'

red 183 ◦ green 14 ◦ blue 22

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

Shades of Venetian Red #B70E16

Tints of Venetian Red #B70E16

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.39%

 BLUE value IS 22 (8.98% from 255) = 10.05%

R = 83.56%
G = 6.39%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B70E16 (or 0xB70E16) is known color: Venetian Red. HEX triplet: B7, 0E and 16. RGB value is (183,14,22). Sum of RGB (Red+Green+Blue) = 183+14+22=219 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.56% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 183 - color contains mainly: red. Hex color #B70E16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70E16 is #48F1E9. Grayscale: #414141. Windows color (decimal): -4780522 or 1445559. OLE color: 1445559.

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

Color convert

RGB 183 14 22 -
CMYK 0 0.92 0.88 0.28
HSL 357.16º 0.86% 0.39% -
HSV(B) 357.16º 0.92% 0.72% -
XYZ 19.83 10.44 1.73 -
YUV 65.44 103.49 211.85 -
System Red Green Blue C M Y K H S L
Decimal 183 14 22 0 0.92 0.88 0.28 357.16 0.86 0.39
Hex B7 E 16 0 5C 58 1C 165 56 27
Octal 267 16 26 0 134 130 34 545 126 47
Binary 10110111 1110 10110 0 1011100 1011000 11100 101100101 1010110 100111

Color Harmonies of #B70E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70E16

Black with #B70E16

Text Example


Text Example

White with #B70E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70E16; }

 p { color: rgb(183,14,22); }

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

background-color css

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

 a { background-color: rgb(183,14,22); }

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

border-color css

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

 span { border-color: rgb(183,14,22); }

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