Html Css Color HEX #B70C10 Venetian Red

📋 copy color: '#B70C10'

red 183 ◦ green 12 ◦ blue 16

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

Shades of Venetian Red #B70C10

Tints of Venetian Red #B70C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.58%

R = 86.73%
G = 5.69%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B70C10 (or 0xB70C10) is known color: Venetian Red. HEX triplet: B7, 0C and 10. RGB value is (183,12,16). Sum of RGB (Red+Green+Blue) = 183+12+16=211 (27% of max value = 765). Red value is 183 (71.88% from 255 or 86.73% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70C10 is #48F3EF. Grayscale: #3F3F3F. Windows color (decimal): -4781040 or 1051831. OLE color: 1051831.

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

Color convert

RGB 183 12 16 -
CMYK 0 0.93 0.91 0.28
HSL 358.6º 0.88% 0.38% -
HSV(B) 358.6º 0.93% 0.72% -
XYZ 19.75 10.37 1.45 -
YUV 63.59 101.15 213.17 -
System Red Green Blue C M Y K H S L
Decimal 183 12 16 0 0.93 0.91 0.28 358.6 0.88 0.38
Hex B7 C 10 0 5D 5B 1C 167 58 26
Octal 267 14 20 0 135 133 34 547 130 46
Binary 10110111 1100 10000 0 1011101 1011011 11100 101100111 1011000 100110

Color Harmonies of #B70C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70C10

Black with #B70C10

Text Example


Text Example

White with #B70C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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