Html Css Color HEX #B70F10 Venetian Red

📋 copy color: '#B70F10'

red 183 ◦ green 15 ◦ blue 16

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

Shades of Venetian Red #B70F10

Tints of Venetian Red #B70F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.48%

R = 85.51%
G = 7.01%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B70F10 (or 0xB70F10) is known color: Venetian Red. HEX triplet: B7, 0F and 10. RGB value is (183,15,16). Sum of RGB (Red+Green+Blue) = 183+15+16=214 (28% of max value = 765). Red value is 183 (71.88% from 255 or 85.51% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 183 - color contains mainly: red. Hex color #B70F10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70F10 is #48F0EF. Grayscale: #414141. Windows color (decimal): -4780272 or 1052599. OLE color: 1052599.

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

Color convert

RGB 183 15 16 -
CMYK 0 0.92 0.91 0.28
HSL 359.64º 0.85% 0.39% -
HSV(B) 359.64º 0.92% 0.72% -
XYZ 19.79 10.45 1.46 -
YUV 65.35 100.16 211.92 -
System Red Green Blue C M Y K H S L
Decimal 183 15 16 0 0.92 0.91 0.28 359.64 0.85 0.39
Hex B7 F 10 0 5C 5B 1C 168 55 27
Octal 267 17 20 0 134 133 34 550 125 47
Binary 10110111 1111 10000 0 1011100 1011011 11100 101101000 1010101 100111

Color Harmonies of #B70F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70F10

Black with #B70F10

Text Example


Text Example

White with #B70F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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