#B43623

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

Shades of Medium Carmine #B43623

Tints of Medium Carmine #B43623

Color information

#B43623 (or 0xB43623) is unknown color: approx Medium Carmine. HEX triplet: B4, 36 and 23. RGB value is (180,54,35). Sum of RGB (Red+Green+Blue) = 180+54+35=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B43623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43623 is #4BC9DC. Grayscale: #595959. Windows color (decimal): -4966877 or 2307764. OLE color: 2307764.

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

Color convert

RGB1805435-
CMYK00.70.810.29
HSL7.86º67.44%42.16%-
HSV(B)7.86º80.56%70.59%-
XYZ20.4412.462.92-
YUV89.5197.24192.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.91%
GREEN value IS 54 (21.48% from 255) = 20.07%
BLUE value IS 35 (14.06% from 255) = 13.01%
R=66.91%
G=20.07%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180543500.70.810.297.8667.4442.16
HexB43623046511D8432a
Octal26466430106121351010352
Binary101101001101101000110100011010100011110110001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43623; }

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

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

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

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

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

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

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

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