Html Css Color HEX #B80013 Venetian Red

📋 copy color: '#B80013'

red 184 ◦ green 0 ◦ blue 19

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

Shades of Venetian Red #B80013

Tints of Venetian Red #B80013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.64%
G = 0%
B = 9.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B80013 (or 0xB80013) is known color: Venetian Red. HEX triplet: B8, 00 and 13. RGB value is (184,0,19). Sum of RGB (Red+Green+Blue) = 184+0+19=203 (26% of max value = 765). Red value is 184 (72.27% from 255 or 90.64% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 184 - color contains mainly: red. Hex color #B80013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80013 is #47FFEC. Grayscale: #393939. Windows color (decimal): -4718573 or 1245368. OLE color: 1245368.

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

Color convert

RGB 184 0 19 -
CMYK 0 1 0.90 0.28
HSL 353.8º 1% 0.36% -
HSV(B) 353.8º 1% 0.72% -
XYZ 19.88 10.24 1.54 -
YUV 57.18 106.46 218.46 -
System Red Green Blue C M Y K H S L
Decimal 184 0 19 0 1 0.90 0.28 353.8 1 0.36
Hex B8 0 13 0 64 5A 1C 162 64 24
Octal 270 0 23 0 144 132 34 542 144 44
Binary 10111000 0 10011 0 1100100 1011010 11100 101100010 1100100 100100

Color Harmonies of #B80013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80013

Black with #B80013

Text Example


Text Example

White with #B80013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80013; }

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

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

background-color css

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

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

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

border-color css

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

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

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