Html Css Color HEX #B70C12 Venetian Red

📋 copy color: '#B70C12'

red 183 ◦ green 12 ◦ blue 18

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

Shades of Venetian Red #B70C12

Tints of Venetian Red #B70C12

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.63%

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

R = 85.92%
G = 5.63%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B70C12 (or 0xB70C12) is known color: Venetian Red. HEX triplet: B7, 0C and 12. RGB value is (183,12,18). Sum of RGB (Red+Green+Blue) = 183+12+18=213 (28% of max value = 765). Red value is 183 (71.88% from 255 or 85.92% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70C12 is #48F3ED. Grayscale: #3F3F3F. Windows color (decimal): -4781038 or 1182903. OLE color: 1182903.

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

Color convert

RGB 183 12 18 -
CMYK 0 0.93 0.90 0.28
HSL 357.89º 0.88% 0.38% -
HSV(B) 357.89º 0.93% 0.72% -
XYZ 19.77 10.37 1.53 -
YUV 63.81 102.15 213.01 -
System Red Green Blue C M Y K H S L
Decimal 183 12 18 0 0.93 0.90 0.28 357.89 0.88 0.38
Hex B7 C 12 0 5D 5A 1C 166 58 26
Octal 267 14 22 0 135 132 34 546 130 46
Binary 10110111 1100 10010 0 1011101 1011010 11100 101100110 1011000 100110

Color Harmonies of #B70C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70C12

Black with #B70C12

Text Example


Text Example

White with #B70C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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