Html Css Color HEX #B70613 Venetian Red

📋 copy color: '#B70613'

red 183 ◦ green 6 ◦ blue 19

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

Shades of Venetian Red #B70613

Tints of Venetian Red #B70613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.13%

R = 87.98%
G = 2.88%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B70613 (or 0xB70613) is known color: Venetian Red. HEX triplet: B7, 06 and 13. RGB value is (183,6,19). Sum of RGB (Red+Green+Blue) = 183+6+19=208 (27% of max value = 765). Red value is 183 (71.88% from 255 or 87.98% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 183 - color contains mainly: red. Hex color #B70613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70613 is #48F9EC. Grayscale: #3C3C3C. Windows color (decimal): -4782573 or 1246903. OLE color: 1246903.

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

Color convert

RGB 183 6 19 -
CMYK 0 0.97 0.90 0.28
HSL 355.59º 0.94% 0.37% -
HSV(B) 355.59º 0.97% 0.72% -
XYZ 19.71 10.24 1.55 -
YUV 60.41 104.64 215.44 -
System Red Green Blue C M Y K H S L
Decimal 183 6 19 0 0.97 0.90 0.28 355.59 0.94 0.37
Hex B7 6 13 0 61 5A 1C 164 5E 25
Octal 267 6 23 0 141 132 34 544 136 45
Binary 10110111 110 10011 0 1100001 1011010 11100 101100100 1011110 100101

Color Harmonies of #B70613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70613

Black with #B70613

Text Example


Text Example

White with #B70613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70613; }

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

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

background-color css

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

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

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

border-color css

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

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

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