#B20F24

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

Shades of Venetian Red #B20F24

Tints of Venetian Red #B20F24

Color information

#B20F24 (or 0xB20F24) is unknown color: approx Venetian Red. HEX triplet: B2, 0F and 24. RGB value is (178,15,36). Sum of RGB (Red+Green+Blue) = 178+15+36=229 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.73% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 178 - color contains mainly: red. Hex color #B20F24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20F24 is #4DF0DB. Grayscale: #424242. Windows color (decimal): -5107932 or 2363314. OLE color: 2363314.

HSL color Cylindrical-coordinate representation of color #B20F24: hue angle of 352.27º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20F24 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB1781536-
CMYK00.920.800.30
HSL352.27º84.46%37.84%-
HSV(B)352.27º91.57%69.8%-
XYZ18.859.932.59-
YUV66.13111207.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 77.73%
GREEN value IS 15 (6.25% from 255) = 6.55%
BLUE value IS 36 (14.45% from 255) = 15.72%
R=77.73%
G=6.55%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178153600.920.800.30352.2784.4637.84
HexB2F2405C501E1605426
Octal262174401341203654012446
Binary101100101111100100010111001010000111101011000001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20F24; }

 p { color: rgb(178,15,36); }

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

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

 a { background-color: rgb(178,15,36); }

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

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

 span { border-color: rgb(178,15,36); }

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