#B40323

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

Shades of Venetian Red #B40323

Tints of Venetian Red #B40323

Color information

#B40323 (or 0xB40323) is unknown color: approx Venetian Red. HEX triplet: B4, 03 and 23. RGB value is (180,3,35). Sum of RGB (Red+Green+Blue) = 180+3+35=218 (28% of max value = 765). Red value is 180 (70.70% from 255 or 82.57% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 180 - color contains mainly: red. Hex color #B40323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40323 is #4BFCDC. Grayscale: #3B3B3B. Windows color (decimal): -4979933 or 2294708. OLE color: 2294708.

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

Color convert

RGB180335-
CMYK00.980.810.29
HSL349.15º96.72%35.88%-
HSV(B)349.15º98.33%70.59%-
XYZ19.169.892.49-
YUV59.57114.14213.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 82.57%
GREEN value IS 3 (1.56% from 255) = 1.38%
BLUE value IS 35 (14.06% from 255) = 16.06%
R=82.57%
G=1.38%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18033500.980.810.29349.1596.7235.88
HexB4323062511D15d6124
Octal26434301421213553514144
Binary1011010011100011011000101010001111011010111011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40323; }

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

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

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

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

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

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

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

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