Html Css Color HEX #B70912 Venetian Red

📋 copy color: '#B70912'

red 183 ◦ green 9 ◦ blue 18

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

Shades of Venetian Red #B70912

Tints of Venetian Red #B70912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.29%

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

R = 87.14%
G = 4.29%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B70912 (or 0xB70912) is known color: Venetian Red. HEX triplet: B7, 09 and 12. RGB value is (183,9,18). Sum of RGB (Red+Green+Blue) = 183+9+18=210 (27% of max value = 765). Red value is 183 (71.88% from 255 or 87.14% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 183 - color contains mainly: red. Hex color #B70912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70912 is #48F6ED. Grayscale: #3E3E3E. Windows color (decimal): -4781806 or 1182135. OLE color: 1182135.

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

Color convert

RGB 183 9 18 -
CMYK 0 0.95 0.90 0.28
HSL 356.9º 0.91% 0.38% -
HSV(B) 356.9º 0.95% 0.72% -
XYZ 19.74 10.31 1.52 -
YUV 62.05 103.15 214.27 -
System Red Green Blue C M Y K H S L
Decimal 183 9 18 0 0.95 0.90 0.28 356.9 0.91 0.38
Hex B7 9 12 0 5F 5A 1C 165 5B 26
Octal 267 11 22 0 137 132 34 545 133 46
Binary 10110111 1001 10010 0 1011111 1011010 11100 101100101 1011011 100110

Color Harmonies of #B70912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70912

Black with #B70912

Text Example


Text Example

White with #B70912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70912; }

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

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

background-color css

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

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

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

border-color css

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

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

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