#B5452B

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

Shades of Medium Carmine #B5452B

Tints of Medium Carmine #B5452B

Color information

#B5452B (or 0xB5452B) is unknown color: approx Medium Carmine. HEX triplet: B5, 45 and 2B. RGB value is (181,69,43). Sum of RGB (Red+Green+Blue) = 181+69+43=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B5452B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5452B is #4ABAD4. Grayscale: #636363. Windows color (decimal): -4897493 or 2835893. OLE color: 2835893.

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

Color convert

RGB1816943-
CMYK00.620.760.29
HSL11.3º61.61%43.92%-
HSV(B)11.3º76.24%70.98%-
XYZ21.6214.253.9-
YUV99.5296.11186.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.77%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 43 (17.19% from 255) = 14.68%
R=61.77%
G=23.55%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181694300.620.760.2911.361.6143.92
HexB5452B03E4C1Db3e2c
Octal2651055307611435137654
Binary10110101100010110101101111101001100111011011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5452B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5452B; }

 p { color: rgb(181,69,43); }

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

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

 a { background-color: rgb(181,69,43); }

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

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

 span { border-color: rgb(181,69,43); }

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