Html Css Color HEX #B70811 Venetian Red

📋 copy color: '#B70811'

red 183 ◦ green 8 ◦ blue 17

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

Shades of Venetian Red #B70811

Tints of Venetian Red #B70811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.85%

 BLUE value IS 17 (7.03% from 255) = 8.17%

R = 87.98%
G = 3.85%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B70811 (or 0xB70811) is known color: Venetian Red. HEX triplet: B7, 08 and 11. RGB value is (183,8,17). Sum of RGB (Red+Green+Blue) = 183+8+17=208 (27% of max value = 765). Red value is 183 (71.88% from 255 or 87.98% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 183 - color contains mainly: red. Hex color #B70811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70811 is #48F7EE. Grayscale: #3D3D3D. Windows color (decimal): -4782063 or 1116343. OLE color: 1116343.

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

Color convert

RGB 183 8 17 -
CMYK 0 0.96 0.91 0.28
HSL 356.91º 0.92% 0.37% -
HSV(B) 356.91º 0.96% 0.72% -
XYZ 19.72 10.28 1.48 -
YUV 61.35 102.98 214.77 -
System Red Green Blue C M Y K H S L
Decimal 183 8 17 0 0.96 0.91 0.28 356.91 0.92 0.37
Hex B7 8 11 0 60 5B 1C 165 5C 25
Octal 267 10 21 0 140 133 34 545 134 45
Binary 10110111 1000 10001 0 1100000 1011011 11100 101100101 1011100 100101

Color Harmonies of #B70811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70811

Black with #B70811

Text Example


Text Example

White with #B70811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70811; }

 p { color: rgb(183,8,17); }

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

background-color css

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

 a { background-color: rgb(183,8,17); }

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

border-color css

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

 span { border-color: rgb(183,8,17); }

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