Html Css Color HEX #B70616 Venetian Red

📋 copy color: '#B70616'

red 183 ◦ green 6 ◦ blue 22

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

Shades of Venetian Red #B70616

Tints of Venetian Red #B70616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.84%

 BLUE value IS 22 (8.98% from 255) = 10.43%

R = 86.73%
G = 2.84%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B70616 (or 0xB70616) is known color: Venetian Red. HEX triplet: B7, 06 and 16. RGB value is (183,6,22). Sum of RGB (Red+Green+Blue) = 183+6+22=211 (27% of max value = 765). Red value is 183 (71.88% from 255 or 86.73% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 183 - color contains mainly: red. Hex color #B70616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70616 is #48F9E9. Grayscale: #3C3C3C. Windows color (decimal): -4782570 or 1443511. OLE color: 1443511.

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

Color convert

RGB 183 6 22 -
CMYK 0 0.97 0.88 0.28
HSL 354.58º 0.94% 0.37% -
HSV(B) 354.58º 0.97% 0.72% -
XYZ 19.74 10.26 1.7 -
YUV 60.75 106.14 215.2 -
System Red Green Blue C M Y K H S L
Decimal 183 6 22 0 0.97 0.88 0.28 354.58 0.94 0.37
Hex B7 6 16 0 61 58 1C 163 5E 25
Octal 267 6 26 0 141 130 34 543 136 45
Binary 10110111 110 10110 0 1100001 1011000 11100 101100011 1011110 100101

Color Harmonies of #B70616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70616

Black with #B70616

Text Example


Text Example

White with #B70616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70616; }

 p { color: rgb(183,6,22); }

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

background-color css

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

 a { background-color: rgb(183,6,22); }

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

border-color css

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

 span { border-color: rgb(183,6,22); }

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