Html Css Color HEX #B80113 Venetian Red

📋 copy color: '#B80113'

red 184 ◦ green 1 ◦ blue 19

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

Shades of Venetian Red #B80113

Tints of Venetian Red #B80113

RGB

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

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

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

R = 90.2%
G = 0.49%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B80113 (or 0xB80113) is known color: Venetian Red. HEX triplet: B8, 01 and 13. RGB value is (184,1,19). Sum of RGB (Red+Green+Blue) = 184+1+19=204 (27% of max value = 765). Red value is 184 (72.27% from 255 or 90.20% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 184 - color contains mainly: red. Hex color #B80113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80113 is #47FEEC. Grayscale: #393939. Windows color (decimal): -4718317 or 1245624. OLE color: 1245624.

HSL color Cylindrical-coordinate representation of color #B80113: hue angle of 354.1º 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 #B80113 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 1 19 -
CMYK 0 0.99 0.90 0.28
HSL 354.1º 0.99% 0.36% -
HSV(B) 354.1º 0.99% 0.72% -
XYZ 19.9 10.26 1.55 -
YUV 57.77 106.13 218.04 -
System Red Green Blue C M Y K H S L
Decimal 184 1 19 0 0.99 0.90 0.28 354.1 0.99 0.36
Hex B8 1 13 0 63 5A 1C 162 63 24
Octal 270 1 23 0 143 132 34 542 143 44
Binary 10111000 1 10011 0 1100011 1011010 11100 101100010 1100011 100100

Color Harmonies of #B80113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80113

Black with #B80113

Text Example


Text Example

White with #B80113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80113; }

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

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

background-color css

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

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

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

border-color css

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

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

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