Html Css Color HEX #B81215 Venetian Red

📋 copy color: '#B81215'

red 184 ◦ green 18 ◦ blue 21

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

Shades of Venetian Red #B81215

Tints of Venetian Red #B81215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.07%

 BLUE value IS 21 (8.59% from 255) = 9.42%

R = 82.51%
G = 8.07%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B81215 (or 0xB81215) is known color: Venetian Red. HEX triplet: B8, 12 and 15. RGB value is (184,18,21). Sum of RGB (Red+Green+Blue) = 184+18+21=223 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.51% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 184 - color contains mainly: red. Hex color #B81215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81215 is #47EDEA. Grayscale: #444444. Windows color (decimal): -4713963 or 1381048. OLE color: 1381048.

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

Color convert

RGB 184 18 21 -
CMYK 0 0.90 0.89 0.28
HSL 358.92º 0.82% 0.4% -
HSV(B) 358.92º 0.9% 0.72% -
XYZ 20.12 10.68 1.71 -
YUV 67.98 101.5 210.76 -
System Red Green Blue C M Y K H S L
Decimal 184 18 21 0 0.90 0.89 0.28 358.92 0.82 0.4
Hex B8 12 15 0 5A 59 1C 167 52 28
Octal 270 22 25 0 132 131 34 547 122 50
Binary 10111000 10010 10101 0 1011010 1011001 11100 101100111 1010010 101000

Color Harmonies of #B81215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81215

Black with #B81215

Text Example


Text Example

White with #B81215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81215; }

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

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

background-color css

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

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

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

border-color css

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

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

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