Html Css Color HEX #B70617 Venetian Red

📋 copy color: '#B70617'

red 183 ◦ green 6 ◦ blue 23

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

Shades of Venetian Red #B70617

Tints of Venetian Red #B70617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.85%

R = 86.32%
G = 2.83%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B70617 (or 0xB70617) is known color: Venetian Red. HEX triplet: B7, 06 and 17. RGB value is (183,6,23). Sum of RGB (Red+Green+Blue) = 183+6+23=212 (28% of max value = 765). Red value is 183 (71.88% from 255 or 86.32% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 183 - color contains mainly: red. Hex color #B70617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70617 is #48F9E8. Grayscale: #3C3C3C. Windows color (decimal): -4782569 or 1509047. OLE color: 1509047.

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

Color convert

RGB 183 6 23 -
CMYK 0 0.97 0.87 0.28
HSL 354.24º 0.94% 0.37% -
HSV(B) 354.24º 0.97% 0.72% -
XYZ 19.75 10.26 1.75 -
YUV 60.86 106.64 215.12 -
System Red Green Blue C M Y K H S L
Decimal 183 6 23 0 0.97 0.87 0.28 354.24 0.94 0.37
Hex B7 6 17 0 61 57 1C 162 5E 25
Octal 267 6 27 0 141 127 34 542 136 45
Binary 10110111 110 10111 0 1100001 1010111 11100 101100010 1011110 100101

Color Harmonies of #B70617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70617

Black with #B70617

Text Example


Text Example

White with #B70617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70617; }

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

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

background-color css

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

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

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

border-color css

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

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

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