Html Css Color HEX #B70619 Venetian Red

📋 copy color: '#B70619'

red 183 ◦ green 6 ◦ blue 25

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

Shades of Venetian Red #B70619

Tints of Venetian Red #B70619

RGB

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

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

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

R = 85.51%
G = 2.8%
B = 11.68%

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

#B70619 (or 0xB70619) is known color: Venetian Red. HEX triplet: B7, 06 and 19. RGB value is (183,6,25). Sum of RGB (Red+Green+Blue) = 183+6+25=214 (28% of max value = 765). Red value is 183 (71.88% from 255 or 85.51% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 183 - color contains mainly: red. Hex color #B70619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70619 is #48F9E6. Grayscale: #3D3D3D. Windows color (decimal): -4782567 or 1640119. OLE color: 1640119.

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

Color convert

RGB 183 6 25 -
CMYK 0 0.97 0.86 0.28
HSL 353.56º 0.94% 0.37% -
HSV(B) 353.56º 0.97% 0.72% -
XYZ 19.77 10.27 1.86 -
YUV 61.09 107.64 214.96 -
System Red Green Blue C M Y K H S L
Decimal 183 6 25 0 0.97 0.86 0.28 353.56 0.94 0.37
Hex B7 6 19 0 61 56 1C 162 5E 25
Octal 267 6 31 0 141 126 34 542 136 45
Binary 10110111 110 11001 0 1100001 1010110 11100 101100010 1011110 100101

Color Harmonies of #B70619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70619

Black with #B70619

Text Example


Text Example

White with #B70619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70619; }

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

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

background-color css

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

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

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

border-color css

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

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

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