Html Css Color HEX #B80815 Venetian Red

📋 copy color: '#B80815'

red 184 ◦ green 8 ◦ blue 21

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

Shades of Venetian Red #B80815

Tints of Venetian Red #B80815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.76%

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

R = 86.38%
G = 3.76%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B80815 (or 0xB80815) is known color: Venetian Red. HEX triplet: B8, 08 and 15. RGB value is (184,8,21). Sum of RGB (Red+Green+Blue) = 184+8+21=213 (28% of max value = 765). Red value is 184 (72.27% from 255 or 86.38% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 184 - color contains mainly: red. Hex color #B80815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80815 is #47F7EA. Grayscale: #3E3E3E. Windows color (decimal): -4716523 or 1378488. OLE color: 1378488.

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

Color convert

RGB 184 8 21 -
CMYK 0 0.96 0.89 0.28
HSL 355.57º 0.92% 0.38% -
HSV(B) 355.57º 0.96% 0.72% -
XYZ 19.99 10.42 1.67 -
YUV 62.11 104.81 214.94 -
System Red Green Blue C M Y K H S L
Decimal 184 8 21 0 0.96 0.89 0.28 355.57 0.92 0.38
Hex B8 8 15 0 60 59 1C 164 5C 26
Octal 270 10 25 0 140 131 34 544 134 46
Binary 10111000 1000 10101 0 1100000 1011001 11100 101100100 1011100 100110

Color Harmonies of #B80815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80815

Black with #B80815

Text Example


Text Example

White with #B80815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80815; }

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

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

background-color css

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

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

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

border-color css

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

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

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