Html Css Color HEX #B80413 Venetian Red

📋 copy color: '#B80413'

red 184 ◦ green 4 ◦ blue 19

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

Shades of Venetian Red #B80413

Tints of Venetian Red #B80413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.93%

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

R = 88.89%
G = 1.93%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B80413 (or 0xB80413) is known color: Venetian Red. HEX triplet: B8, 04 and 13. RGB value is (184,4,19). Sum of RGB (Red+Green+Blue) = 184+4+19=207 (27% of max value = 765). Red value is 184 (72.27% from 255 or 88.89% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 184 - color contains mainly: red. Hex color #B80413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80413 is #47FBEC. Grayscale: #3B3B3B. Windows color (decimal): -4717549 or 1246392. OLE color: 1246392.

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

Color convert

RGB 184 4 19 -
CMYK 0 0.98 0.90 0.28
HSL 355º 0.96% 0.37% -
HSV(B) 355º 0.98% 0.72% -
XYZ 19.93 10.32 1.56 -
YUV 59.53 105.13 216.78 -
System Red Green Blue C M Y K H S L
Decimal 184 4 19 0 0.98 0.90 0.28 355 0.96 0.37
Hex B8 4 13 0 62 5A 1C 163 60 25
Octal 270 4 23 0 142 132 34 543 140 45
Binary 10111000 100 10011 0 1100010 1011010 11100 101100011 1100000 100101

Color Harmonies of #B80413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80413

Black with #B80413

Text Example


Text Example

White with #B80413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80413; }

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

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

background-color css

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

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

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

border-color css

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

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

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