Html Css Color HEX #B70F16 Venetian Red

📋 copy color: '#B70F16'

red 183 ◦ green 15 ◦ blue 22

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

Shades of Venetian Red #B70F16

Tints of Venetian Red #B70F16

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.82%

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

R = 83.18%
G = 6.82%
B = 10%

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

#B70F16 (or 0xB70F16) is known color: Venetian Red. HEX triplet: B7, 0F and 16. RGB value is (183,15,22). Sum of RGB (Red+Green+Blue) = 183+15+22=220 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.18% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 183 - color contains mainly: red. Hex color #B70F16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70F16 is #48F0E9. Grayscale: #424242. Windows color (decimal): -4780266 or 1445815. OLE color: 1445815.

HSL color Cylindrical-coordinate representation of color #B70F16: hue angle of 357.5º degrees, saturation: 0.85, 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 #B70F16 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 15 22 -
CMYK 0 0.92 0.88 0.28
HSL 357.5º 0.85% 0.39% -
HSV(B) 357.5º 0.92% 0.72% -
XYZ 19.84 10.47 1.73 -
YUV 66.03 103.16 211.43 -
System Red Green Blue C M Y K H S L
Decimal 183 15 22 0 0.92 0.88 0.28 357.5 0.85 0.39
Hex B7 F 16 0 5C 58 1C 166 55 27
Octal 267 17 26 0 134 130 34 546 125 47
Binary 10110111 1111 10110 0 1011100 1011000 11100 101100110 1010101 100111

Color Harmonies of #B70F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70F16

Black with #B70F16

Text Example


Text Example

White with #B70F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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