#b20025

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

Shades of Venetian Red #B20025

Tints of Venetian Red #B20025

Color information

#B20025 (or 0xB20025) is unknown color: approx Venetian Red. HEX triplet: B2, 00 and 25. RGB value is (178,0,37). Sum of RGB (Red+Green+Blue) = 178+0+37=215 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.79% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 178 - color contains mainly: red. Hex color #B20025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20025 is #4DFFDA. Grayscale: #393939. Windows color (decimal): -5111771 or 2425010. OLE color: 2425010.

HSL color Cylindrical-coordinate representation of color #B20025: hue angle of 347.53º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B20025 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB178037-
CMYK010.790.30
HSL347.53º100%34.9%-
HSV(B)347.53º100%69.8%-
XYZ18.699.62.62-
YUV57.44116.47213.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 82.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 17.21%
R=82.79%
G=0%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178037010.790.30347.5310034.9
HexB20250644F1E15c6423
Octal26204501441173653414443
Binary101100100100101011001001001111111101010111001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b20025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b20025; }

 p { color: rgb(178,0,37); }

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

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

 a { background-color: rgb(178,0,37); }

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

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

 span { border-color: rgb(178,0,37); }

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