#B5442A

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

Shades of Medium Carmine #B5442A

Tints of Medium Carmine #B5442A

Color information

#B5442A (or 0xB5442A) is unknown color: approx Medium Carmine. HEX triplet: B5, 44 and 2A. RGB value is (181,68,42). Sum of RGB (Red+Green+Blue) = 181+68+42=291 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.20% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 181 - color contains mainly: red. Hex color #B5442A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5442A is #4ABBD5. Grayscale: #636363. Windows color (decimal): -4897750 or 2770101. OLE color: 2770101.

HSL color Cylindrical-coordinate representation of color #B5442A: hue angle of 11.22º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5442A is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB1816842-
CMYK00.620.770.29
HSL11.22º62.33%43.73%-
HSV(B)11.22º76.8%70.98%-
XYZ21.5414.133.78-
YUV98.8295.94186.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 62.20%
GREEN value IS 68 (26.95% from 255) = 23.37%
BLUE value IS 42 (16.80% from 255) = 14.43%
R=62.20%
G=23.37%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181684200.620.770.2911.2262.3343.73
HexB5442A03E4D1Db3e2c
Octal2651045207611535137654
Binary10110101100010010101001111101001101111011011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5442A; }

 p { color: rgb(181,68,42); }

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

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

 a { background-color: rgb(181,68,42); }

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

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

 span { border-color: rgb(181,68,42); }

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