Html Css Color HEX #B80713 Venetian Red

📋 copy color: '#B80713'

red 184 ◦ green 7 ◦ blue 19

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

Shades of Venetian Red #B80713

Tints of Venetian Red #B80713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.33%

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

R = 87.62%
G = 3.33%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B80713 (or 0xB80713) is known color: Venetian Red. HEX triplet: B8, 07 and 13. RGB value is (184,7,19). Sum of RGB (Red+Green+Blue) = 184+7+19=210 (27% of max value = 765). Red value is 184 (72.27% from 255 or 87.62% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 184 - color contains mainly: red. Hex color #B80713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80713 is #47F8EC. Grayscale: #3D3D3D. Windows color (decimal): -4716781 or 1247160. OLE color: 1247160.

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

Color convert

RGB 184 7 19 -
CMYK 0 0.96 0.90 0.28
HSL 355.93º 0.93% 0.37% -
HSV(B) 355.93º 0.96% 0.72% -
XYZ 19.96 10.39 1.57 -
YUV 61.29 104.14 215.52 -
System Red Green Blue C M Y K H S L
Decimal 184 7 19 0 0.96 0.90 0.28 355.93 0.93 0.37
Hex B8 7 13 0 60 5A 1C 164 5D 25
Octal 270 7 23 0 140 132 34 544 135 45
Binary 10111000 111 10011 0 1100000 1011010 11100 101100100 1011101 100101

Color Harmonies of #B80713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80713

Black with #B80713

Text Example


Text Example

White with #B80713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80713; }

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

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

background-color css

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

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

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

border-color css

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

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

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