Html Css Color HEX #B80F13 Venetian Red

📋 copy color: '#B80F13'

red 184 ◦ green 15 ◦ blue 19

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

Shades of Venetian Red #B80F13

Tints of Venetian Red #B80F13

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.88%

 BLUE value IS 19 (7.81% from 255) = 8.72%

R = 84.4%
G = 6.88%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B80F13 (or 0xB80F13) is known color: Venetian Red. HEX triplet: B8, 0F and 13. RGB value is (184,15,19). Sum of RGB (Red+Green+Blue) = 184+15+19=218 (28% of max value = 765). Red value is 184 (72.27% from 255 or 84.40% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80F13 is #47F0EC. Grayscale: #424242. Windows color (decimal): -4714733 or 1249208. OLE color: 1249208.

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

Color convert

RGB 184 15 19 -
CMYK 0 0.92 0.90 0.28
HSL 358.58º 0.85% 0.39% -
HSV(B) 358.58º 0.92% 0.72% -
XYZ 20.06 10.58 1.6 -
YUV 65.99 101.49 212.17 -
System Red Green Blue C M Y K H S L
Decimal 184 15 19 0 0.92 0.90 0.28 358.58 0.85 0.39
Hex B8 F 13 0 5C 5A 1C 167 55 27
Octal 270 17 23 0 134 132 34 547 125 47
Binary 10111000 1111 10011 0 1011100 1011010 11100 101100111 1010101 100111

Color Harmonies of #B80F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80F13

Black with #B80F13

Text Example


Text Example

White with #B80F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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