Html Css Color HEX #B81518 Venetian Red

📋 copy color: '#B81518'

red 184 ◦ green 21 ◦ blue 24

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

Shades of Venetian Red #B81518

Tints of Venetian Red #B81518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.48%

R = 80.35%
G = 9.17%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B81518 (or 0xB81518) is known color: Venetian Red. HEX triplet: B8, 15 and 18. RGB value is (184,21,24). Sum of RGB (Red+Green+Blue) = 184+21+24=229 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.35% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 184 - color contains mainly: red. Hex color #B81518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81518 is #47EAE7. Grayscale: #464646. Windows color (decimal): -4713192 or 1578424. OLE color: 1578424.

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

Color convert

RGB 184 21 24 -
CMYK 0 0.89 0.87 0.28
HSL 358.9º 0.8% 0.4% -
HSV(B) 358.9º 0.89% 0.72% -
XYZ 20.2 10.79 1.88 -
YUV 70.08 102 209.26 -
System Red Green Blue C M Y K H S L
Decimal 184 21 24 0 0.89 0.87 0.28 358.9 0.8 0.4
Hex B8 15 18 0 59 57 1C 167 50 28
Octal 270 25 30 0 131 127 34 547 120 50
Binary 10111000 10101 11000 0 1011001 1010111 11100 101100111 1010000 101000

Color Harmonies of #B81518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81518

Black with #B81518

Text Example


Text Example

White with #B81518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81518; }

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

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

background-color css

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

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

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

border-color css

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

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

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