Html Css Color HEX #B71619 Venetian Red

📋 copy color: '#B71619'

red 183 ◦ green 22 ◦ blue 25

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

Shades of Venetian Red #B71619

Tints of Venetian Red #B71619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.57%

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

R = 79.57%
G = 9.57%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B71619 (or 0xB71619) is known color: Venetian Red. HEX triplet: B7, 16 and 19. RGB value is (183,22,25). Sum of RGB (Red+Green+Blue) = 183+22+25=230 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.57% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 183 - color contains mainly: red. Hex color #B71619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71619 is #48E9E6. Grayscale: #464646. Windows color (decimal): -4778471 or 1644215. OLE color: 1644215.

HSL color Cylindrical-coordinate representation of color #B71619: hue angle of 358.88º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71619 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 22 25 -
CMYK 0 0.88 0.86 0.28
HSL 358.88º 0.79% 0.4% -
HSV(B) 358.88º 0.88% 0.72% -
XYZ 19.99 10.71 1.93 -
YUV 70.48 102.34 208.26 -
System Red Green Blue C M Y K H S L
Decimal 183 22 25 0 0.88 0.86 0.28 358.88 0.79 0.4
Hex B7 16 19 0 58 56 1C 167 4F 28
Octal 267 26 31 0 130 126 34 547 117 50
Binary 10110111 10110 11001 0 1011000 1010110 11100 101100111 1001111 101000

Color Harmonies of #B71619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71619

Black with #B71619

Text Example


Text Example

White with #B71619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71619; }

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

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

background-color css

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

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

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

border-color css

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

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

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