#B43A22

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

Shades of Medium Carmine #B43A22

Tints of Medium Carmine #B43A22

Color information

#B43A22 (or 0xB43A22) is unknown color: approx Medium Carmine. HEX triplet: B4, 3A and 22. RGB value is (180,58,34). Sum of RGB (Red+Green+Blue) = 180+58+34=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43A22 is #4BC5DD. Grayscale: #5B5B5B. Windows color (decimal): -4965854 or 2243252. OLE color: 2243252.

HSL color Cylindrical-coordinate representation of color #B43A22: hue angle of 9.86º degrees, saturation: 0.68, 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 #B43A22 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB1805834-
CMYK00.680.810.29
HSL9.86º68.22%41.96%-
HSV(B)9.86º81.11%70.59%-
XYZ20.6212.842.91-
YUV91.7495.42190.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.18%
GREEN value IS 58 (23.05% from 255) = 21.32%
BLUE value IS 34 (13.67% from 255) = 12.5%
R=66.18%
G=21.32%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180583400.680.810.299.8668.2241.96
HexB43A22044511Da442a
Octal26472420104121351210452
Binary101101001110101000100100010010100011110110101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43A22; }

 p { color: rgb(180,58,34); }

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

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

 a { background-color: rgb(180,58,34); }

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

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

 span { border-color: rgb(180,58,34); }

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