Html Css Color HEX #B70812 Venetian Red

📋 copy color: '#B70812'

red 183 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #B70812

Tints of Venetian Red #B70812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.61%

R = 87.56%
G = 3.83%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B70812 (or 0xB70812) is known color: Venetian Red. HEX triplet: B7, 08 and 12. RGB value is (183,8,18). Sum of RGB (Red+Green+Blue) = 183+8+18=209 (27% of max value = 765). Red value is 183 (71.88% from 255 or 87.56% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 183 - color contains mainly: red. Hex color #B70812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70812 is #48F7ED. Grayscale: #3D3D3D. Windows color (decimal): -4782062 or 1181879. OLE color: 1181879.

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

Color convert

RGB 183 8 18 -
CMYK 0 0.96 0.90 0.28
HSL 356.57º 0.92% 0.37% -
HSV(B) 356.57º 0.96% 0.72% -
XYZ 19.72 10.28 1.52 -
YUV 61.47 103.48 214.69 -
System Red Green Blue C M Y K H S L
Decimal 183 8 18 0 0.96 0.90 0.28 356.57 0.92 0.37
Hex B7 8 12 0 60 5A 1C 165 5C 25
Octal 267 10 22 0 140 132 34 545 134 45
Binary 10110111 1000 10010 0 1100000 1011010 11100 101100101 1011100 100101

Color Harmonies of #B70812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70812

Black with #B70812

Text Example


Text Example

White with #B70812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70812; }

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

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

background-color css

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

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

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

border-color css

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

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

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