Html Css Color HEX #B70B0F Venetian Red

📋 copy color: '#B70B0F'

red 183 ◦ green 11 ◦ blue 15

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

Shades of Venetian Red #B70B0F

Tints of Venetian Red #B70B0F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.26%

 BLUE value IS 15 (6.25% from 255) = 7.18%

R = 87.56%
G = 5.26%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B70B0F (or 0xB70B0F) is known color: Venetian Red. HEX triplet: B7, 0B and 0F. RGB value is (183,11,15). Sum of RGB (Red+Green+Blue) = 183+11+15=209 (27% of max value = 765). Red value is 183 (71.88% from 255 or 87.56% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 183 - color contains mainly: red. Hex color #B70B0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70B0F is #48F4F0. Grayscale: #3F3F3F. Windows color (decimal): -4781297 or 986039. OLE color: 986039.

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

Color convert

RGB 183 11 15 -
CMYK 0 0.94 0.92 0.28
HSL 358.6º 0.89% 0.38% -
HSV(B) 358.6º 0.94% 0.72% -
XYZ 19.73 10.34 1.41 -
YUV 62.88 100.98 213.67 -
System Red Green Blue C M Y K H S L
Decimal 183 11 15 0 0.94 0.92 0.28 358.6 0.89 0.38
Hex B7 B F 0 5E 5C 1C 167 59 26
Octal 267 13 17 0 136 134 34 547 131 46
Binary 10110111 1011 1111 0 1011110 1011100 11100 101100111 1011001 100110

Color Harmonies of #B70B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70B0F

Black with #B70B0F

Text Example


Text Example

White with #B70B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70B0F; }

 p { color: rgb(183,11,15); }

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

background-color css

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

 a { background-color: rgb(183,11,15); }

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

border-color css

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

 span { border-color: rgb(183,11,15); }

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