#B41223

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

Shades of Venetian Red #B41223

Tints of Venetian Red #B41223

Color information

#B41223 (or 0xB41223) is unknown color: approx Venetian Red. HEX triplet: B4, 12 and 23. RGB value is (180,18,35). Sum of RGB (Red+Green+Blue) = 180+18+35=233 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.25% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 180 - color contains mainly: red. Hex color #B41223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41223 is #4BEDDC. Grayscale: #444444. Windows color (decimal): -4976093 or 2298548. OLE color: 2298548.

HSL color Cylindrical-coordinate representation of color #B41223: hue angle of 353.7º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B41223 is Cyan = 0, Magento = 0.9, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB1801835-
CMYK00.90.810.29
HSL353.7º81.82%38.82%-
HSV(B)353.7º90%70.59%-
XYZ19.3410.262.55-
YUV68.38109.17207.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 77.25%
GREEN value IS 18 (7.42% from 255) = 7.73%
BLUE value IS 35 (14.06% from 255) = 15.02%
R=77.25%
G=7.73%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180183500.90.810.29353.781.8238.82
HexB4122305A511D1625227
Octal264224301321213554212247
Binary1011010010010100011010110101010001111011011000101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41223; }

 p { color: rgb(180,18,35); }

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

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

 a { background-color: rgb(180,18,35); }

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

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

 span { border-color: rgb(180,18,35); }

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