Html Css Color HEX #B80115 Venetian Red

📋 copy color: '#B80115'

red 184 ◦ green 1 ◦ blue 21

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

Shades of Venetian Red #B80115

Tints of Venetian Red #B80115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 89.32%
G = 0.49%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B80115 (or 0xB80115) is known color: Venetian Red. HEX triplet: B8, 01 and 15. RGB value is (184,1,21). Sum of RGB (Red+Green+Blue) = 184+1+21=206 (27% of max value = 765). Red value is 184 (72.27% from 255 or 89.32% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 184 - color contains mainly: red. Hex color #B80115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80115 is #47FEEA. Grayscale: #3A3A3A. Windows color (decimal): -4718315 or 1376696. OLE color: 1376696.

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

Color convert

RGB 184 1 21 -
CMYK 0 0.99 0.89 0.28
HSL 353.44º 0.99% 0.36% -
HSV(B) 353.44º 0.99% 0.72% -
XYZ 19.91 10.27 1.64 -
YUV 58 107.13 217.87 -
System Red Green Blue C M Y K H S L
Decimal 184 1 21 0 0.99 0.89 0.28 353.44 0.99 0.36
Hex B8 1 15 0 63 59 1C 161 63 24
Octal 270 1 25 0 143 131 34 541 143 44
Binary 10111000 1 10101 0 1100011 1011001 11100 101100001 1100011 100100

Color Harmonies of #B80115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80115

Black with #B80115

Text Example


Text Example

White with #B80115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80115; }

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

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

background-color css

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

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

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

border-color css

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

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

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