Html Css Color HEX #B70610 Venetian Red

📋 copy color: '#B70610'

red 183 ◦ green 6 ◦ blue 16

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

Shades of Venetian Red #B70610

Tints of Venetian Red #B70610

RGB

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

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

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

R = 89.27%
G = 2.93%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B70610 (or 0xB70610) is known color: Venetian Red. HEX triplet: B7, 06 and 10. RGB value is (183,6,16). Sum of RGB (Red+Green+Blue) = 183+6+16=205 (27% of max value = 765). Red value is 183 (71.88% from 255 or 89.27% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 183 - color contains mainly: red. Hex color #B70610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70610 is #48F9EF. Grayscale: #3C3C3C. Windows color (decimal): -4782576 or 1050295. OLE color: 1050295.

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

Color convert

RGB 183 6 16 -
CMYK 0 0.97 0.91 0.28
HSL 356.61º 0.94% 0.37% -
HSV(B) 356.61º 0.97% 0.72% -
XYZ 19.69 10.23 1.43 -
YUV 60.06 103.14 215.69 -
System Red Green Blue C M Y K H S L
Decimal 183 6 16 0 0.97 0.91 0.28 356.61 0.94 0.37
Hex B7 6 10 0 61 5B 1C 165 5E 25
Octal 267 6 20 0 141 133 34 545 136 45
Binary 10110111 110 10000 0 1100001 1011011 11100 101100101 1011110 100101

Color Harmonies of #B70610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70610

Black with #B70610

Text Example


Text Example

White with #B70610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70610; }

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

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

background-color css

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

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

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

border-color css

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

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

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