#B8072B

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

Shades of Venetian Red #B8072B

Tints of Venetian Red #B8072B

Color information

#B8072B (or 0xB8072B) is unknown color: approx Venetian Red. HEX triplet: B8, 07 and 2B. RGB value is (184,7,43). Sum of RGB (Red+Green+Blue) = 184+7+43=234 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.63% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 184 - color contains mainly: red. Hex color #B8072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8072B is #47F8D4. Grayscale: #404040. Windows color (decimal): -4716757 or 2820024. OLE color: 2820024.

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

Color convert

RGB184743-
CMYK00.960.770.28
HSL347.8º92.67%37.45%-
HSV(B)347.8º96.2%72.16%-
XYZ20.2810.523.25-
YUV64.03116.14213.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 78.63%
GREEN value IS 7 (3.12% from 255) = 2.99%
BLUE value IS 43 (17.19% from 255) = 18.38%
R=78.63%
G=2.99%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18474300.960.770.28347.892.6737.45
HexB872B0604D1C15c5d25
Octal27075301401153453413545
Binary10111000111101011011000001001101111001010111001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8072B; }

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

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

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

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

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

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

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

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