Html Css Color HEX #B70519 Venetian Red

📋 copy color: '#B70519'

red 183 ◦ green 5 ◦ blue 25

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

Shades of Venetian Red #B70519

Tints of Venetian Red #B70519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.35%

 BLUE value IS 25 (10.16% from 255) = 11.74%

R = 85.92%
G = 2.35%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B70519 (or 0xB70519) is known color: Venetian Red. HEX triplet: B7, 05 and 19. RGB value is (183,5,25). Sum of RGB (Red+Green+Blue) = 183+5+25=213 (28% of max value = 765). Red value is 183 (71.88% from 255 or 85.92% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 183 - color contains mainly: red. Hex color #B70519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70519 is #48FAE6. Grayscale: #3C3C3C. Windows color (decimal): -4782823 or 1639863. OLE color: 1639863.

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

Color convert

RGB 183 5 25 -
CMYK 0 0.97 0.86 0.28
HSL 353.26º 0.95% 0.37% -
HSV(B) 353.26º 0.97% 0.72% -
XYZ 19.76 10.25 1.86 -
YUV 60.5 107.97 215.37 -
System Red Green Blue C M Y K H S L
Decimal 183 5 25 0 0.97 0.86 0.28 353.26 0.95 0.37
Hex B7 5 19 0 61 56 1C 161 5F 25
Octal 267 5 31 0 141 126 34 541 137 45
Binary 10110111 101 11001 0 1100001 1010110 11100 101100001 1011111 100101

Color Harmonies of #B70519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70519

Black with #B70519

Text Example


Text Example

White with #B70519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70519; }

 p { color: rgb(183,5,25); }

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

background-color css

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

 a { background-color: rgb(183,5,25); }

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

border-color css

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

 span { border-color: rgb(183,5,25); }

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