#B40223

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

Shades of Venetian Red #B40223

Tints of Venetian Red #B40223

Color information

#B40223 (or 0xB40223) is unknown color: approx Venetian Red. HEX triplet: B4, 02 and 23. RGB value is (180,2,35). Sum of RGB (Red+Green+Blue) = 180+2+35=217 (28% of max value = 765). Red value is 180 (70.70% from 255 or 82.95% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 180 - color contains mainly: red. Hex color #B40223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40223 is #4BFDDC. Grayscale: #3B3B3B. Windows color (decimal): -4980189 or 2294452. OLE color: 2294452.

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

Color convert

RGB180235-
CMYK00.990.810.29
HSL348.88º97.8%35.69%-
HSV(B)348.88º98.89%70.59%-
XYZ19.159.872.49-
YUV58.98114.47214.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 82.95%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 35 (14.06% from 255) = 16.13%
R=82.95%
G=0.92%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18023500.990.810.29348.8897.835.69
HexB4223063511D15d6224
Octal26424301431213553514244
Binary1011010010100011011000111010001111011010111011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40223; }

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

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

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

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

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

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

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

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