Html Css Color HEX #B70E12 Venetian Red

📋 copy color: '#B70E12'

red 183 ◦ green 14 ◦ blue 18

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

Shades of Venetian Red #B70E12

Tints of Venetian Red #B70E12

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.51%

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

R = 85.12%
G = 6.51%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B70E12 (or 0xB70E12) is known color: Venetian Red. HEX triplet: B7, 0E and 12. RGB value is (183,14,18). Sum of RGB (Red+Green+Blue) = 183+14+18=215 (28% of max value = 765). Red value is 183 (71.88% from 255 or 85.12% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 183 - color contains mainly: red. Hex color #B70E12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70E12 is #48F1ED. Grayscale: #414141. Windows color (decimal): -4780526 or 1183415. OLE color: 1183415.

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

Color convert

RGB 183 14 18 -
CMYK 0 0.92 0.90 0.28
HSL 358.58º 0.86% 0.39% -
HSV(B) 358.58º 0.92% 0.72% -
XYZ 19.79 10.43 1.54 -
YUV 64.99 101.49 212.17 -
System Red Green Blue C M Y K H S L
Decimal 183 14 18 0 0.92 0.90 0.28 358.58 0.86 0.39
Hex B7 E 12 0 5C 5A 1C 167 56 27
Octal 267 16 22 0 134 132 34 547 126 47
Binary 10110111 1110 10010 0 1011100 1011010 11100 101100111 1010110 100111

Color Harmonies of #B70E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70E12

Black with #B70E12

Text Example


Text Example

White with #B70E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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