#B8052A

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

Shades of Venetian Red #B8052A

Tints of Venetian Red #B8052A

Color information

#B8052A (or 0xB8052A) is unknown color: approx Venetian Red. HEX triplet: B8, 05 and 2A. RGB value is (184,5,42). Sum of RGB (Red+Green+Blue) = 184+5+42=231 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.65% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 184 - color contains mainly: red. Hex color #B8052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8052A is #47FAD5. Grayscale: #3E3E3E. Windows color (decimal): -4717270 or 2753976. OLE color: 2753976.

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

Color convert

RGB184542-
CMYK00.970.770.28
HSL347.6º94.71%37.06%-
HSV(B)347.6º97.28%72.16%-
XYZ20.2410.473.14-
YUV62.74116.3214.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 79.65%
GREEN value IS 5 (2.34% from 255) = 2.16%
BLUE value IS 42 (16.80% from 255) = 18.18%
R=79.65%
G=2.16%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18454200.970.770.28347.694.7137.06
HexB852A0614D1C15c5f25
Octal27055201411153453413745
Binary10111000101101010011000011001101111001010111001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8052A; }

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

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

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

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

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

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

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

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