#B5403B

Color #B5403B Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #B5403B

Tints of Medium Carmine #B5403B

Color information

#B5403B (or 0xB5403B) is unknown color: approx Medium Carmine. HEX triplet: B5, 40 and 3B. RGB value is (181,64,59). Sum of RGB (Red+Green+Blue) = 181+64+59=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B5403B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5403B is #4ABFC4. Grayscale: #626262. Windows color (decimal): -4898757 or 3883189. OLE color: 3883189.

HSL color Cylindrical-coordinate representation of color #B5403B: hue angle of 2.46º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5403B is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB1816459-
CMYK00.650.670.29
HSL2.46º50.83%47.06%-
HSV(B)2.46º67.4%70.98%-
XYZ21.6813.815.66-
YUV98.41105.76186.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.54%
GREEN value IS 64 (25.39% from 255) = 21.05%
BLUE value IS 59 (23.44% from 255) = 19.41%
R=59.54%
G=21.05%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181645900.650.670.292.4650.8347.06
HexB5403B041431D2332f
Octal2651007301011033526357
Binary1011010110000001110110100000110000111110110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5403B; }

 p { color: rgb(181,64,59); }

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

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

 a { background-color: rgb(181,64,59); }

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

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

 span { border-color: rgb(181,64,59); }

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