Html Css Color HEX #B80D0F Venetian Red

📋 copy color: '#B80D0F'

red 184 ◦ green 13 ◦ blue 15

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

Shades of Venetian Red #B80D0F

Tints of Venetian Red #B80D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.13%

 BLUE value IS 15 (6.25% from 255) = 7.08%

R = 86.79%
G = 6.13%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B80D0F (or 0xB80D0F) is known color: Venetian Red. HEX triplet: B8, 0D and 0F. RGB value is (184,13,15). Sum of RGB (Red+Green+Blue) = 184+13+15=212 (28% of max value = 765). Red value is 184 (72.27% from 255 or 86.79% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 184 - color contains mainly: red. Hex color #B80D0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80D0F is #47F2F0. Grayscale: #404040. Windows color (decimal): -4715249 or 986552. OLE color: 986552.

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

Color convert

RGB 184 13 15 -
CMYK 0 0.93 0.92 0.28
HSL 359.3º 0.87% 0.39% -
HSV(B) 359.3º 0.93% 0.72% -
XYZ 20 10.51 1.43 -
YUV 64.36 100.15 213.34 -
System Red Green Blue C M Y K H S L
Decimal 184 13 15 0 0.93 0.92 0.28 359.3 0.87 0.39
Hex B8 D F 0 5D 5C 1C 167 57 27
Octal 270 15 17 0 135 134 34 547 127 47
Binary 10111000 1101 1111 0 1011101 1011100 11100 101100111 1010111 100111

Color Harmonies of #B80D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80D0F

Black with #B80D0F

Text Example


Text Example

White with #B80D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80D0F; }

 p { color: rgb(184,13,15); }

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

background-color css

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

 a { background-color: rgb(184,13,15); }

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

border-color css

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

 span { border-color: rgb(184,13,15); }

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