#B8052C

Color #B8052C Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #B8052C

Tints of Venetian Red #B8052C

Color information

#B8052C (or 0xB8052C) is unknown color: approx Venetian Red. HEX triplet: B8, 05 and 2C. RGB value is (184,5,44). Sum of RGB (Red+Green+Blue) = 184+5+44=233 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.97% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 184 - color contains mainly: red. Hex color #B8052C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8052C is #47FAD3. Grayscale: #3E3E3E. Windows color (decimal): -4717268 or 2885048. OLE color: 2885048.

HSL color Cylindrical-coordinate representation of color #B8052C: hue angle of 346.93º degrees, saturation: 0.95, 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 #B8052C is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB184544-
CMYK00.970.760.28
HSL346.93º94.71%37.06%-
HSV(B)346.93º97.28%72.16%-
XYZ20.2810.483.34-
YUV62.97117.3214.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 78.97%
GREEN value IS 5 (2.34% from 255) = 2.15%
BLUE value IS 44 (17.58% from 255) = 18.88%
R=78.97%
G=2.15%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18454400.970.760.28346.9394.7137.06
HexB852C0614C1C15b5f25
Octal27055401411143453313745
Binary10111000101101100011000011001100111001010110111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8052C; }

 p { color: rgb(184,5,44); }

 H1.HeaderClassName
 {
   color: #B8052C;
 }
 .AnyTagClassName
 {
   color: #B8052C;
 }
</style>
background-color css

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

 a { background-color: rgb(184,5,44); }

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

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

 span { border-color: rgb(184,5,44); }

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