Html Css Color HEX #B81517 Venetian Red

📋 copy color: '#B81517'

red 184 ◦ green 21 ◦ blue 23

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

Shades of Venetian Red #B81517

Tints of Venetian Red #B81517

RGB

 RED value IS 184 (72.27% from 255) = 80.7%

 GREEN value IS 21 (8.59% from 255) = 9.21%

 BLUE value IS 23 (9.38% from 255) = 10.09%

R = 80.7%
G = 9.21%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B81517 (or 0xB81517) is known color: Venetian Red. HEX triplet: B8, 15 and 17. RGB value is (184,21,23). Sum of RGB (Red+Green+Blue) = 184+21+23=228 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.70% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 23 (9.38% from 255 or 10.09% from 228); Max value from RGB is 184 - color contains mainly: red. Hex color #B81517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81517 is #47EAE8. Grayscale: #464646. Windows color (decimal): -4713193 or 1512888. OLE color: 1512888.

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

Color convert

RGB 184 21 23 -
CMYK 0 0.89 0.88 0.28
HSL 359.26º 0.8% 0.4% -
HSV(B) 359.26º 0.89% 0.72% -
XYZ 20.19 10.79 1.83 -
YUV 69.97 101.5 209.34 -
System Red Green Blue C M Y K H S L
Decimal 184 21 23 0 0.89 0.88 0.28 359.26 0.8 0.4
Hex B8 15 17 0 59 58 1C 167 50 28
Octal 270 25 27 0 131 130 34 547 120 50
Binary 10111000 10101 10111 0 1011001 1011000 11100 101100111 1010000 101000

Color Harmonies of #B81517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81517

Black with #B81517

Text Example


Text Example

White with #B81517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81517; }

 p { color: rgb(184,21,23); }

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

background-color css

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

 a { background-color: rgb(184,21,23); }

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

border-color css

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

 span { border-color: rgb(184,21,23); }

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