Html Css Color HEX #B80613 Venetian Red

📋 copy color: '#B80613'

red 184 ◦ green 6 ◦ blue 19

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

Shades of Venetian Red #B80613

Tints of Venetian Red #B80613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.87%

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

R = 88.04%
G = 2.87%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B80613 (or 0xB80613) is known color: Venetian Red. HEX triplet: B8, 06 and 13. RGB value is (184,6,19). Sum of RGB (Red+Green+Blue) = 184+6+19=209 (27% of max value = 765). Red value is 184 (72.27% from 255 or 88.04% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 184 - color contains mainly: red. Hex color #B80613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80613 is #47F9EC. Grayscale: #3C3C3C. Windows color (decimal): -4717037 or 1246904. OLE color: 1246904.

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

Color convert

RGB 184 6 19 -
CMYK 0 0.97 0.90 0.28
HSL 355.62º 0.94% 0.37% -
HSV(B) 355.62º 0.97% 0.72% -
XYZ 19.95 10.37 1.57 -
YUV 60.7 104.47 215.94 -
System Red Green Blue C M Y K H S L
Decimal 184 6 19 0 0.97 0.90 0.28 355.62 0.94 0.37
Hex B8 6 13 0 61 5A 1C 164 5E 25
Octal 270 6 23 0 141 132 34 544 136 45
Binary 10111000 110 10011 0 1100001 1011010 11100 101100100 1011110 100101

Color Harmonies of #B80613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80613

Black with #B80613

Text Example


Text Example

White with #B80613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80613; }

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

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

background-color css

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

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

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

border-color css

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

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

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