#B43A35

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

Shades of Medium Carmine #B43A35

Tints of Medium Carmine #B43A35

Color information

#B43A35 (or 0xB43A35) is unknown color: approx Medium Carmine. HEX triplet: B4, 3A and 35. RGB value is (180,58,53). Sum of RGB (Red+Green+Blue) = 180+58+53=291 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.86% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43A35 is #4BC5CA. Grayscale: #5E5E5E. Windows color (decimal): -4965835 or 3488436. OLE color: 3488436.

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

Color convert

RGB1805853-
CMYK00.680.710.29
HSL2.36º54.51%45.69%-
HSV(B)2.36º70.56%70.59%-
XYZ20.9812.994.77-
YUV93.91104.92189.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.86%
GREEN value IS 58 (23.05% from 255) = 19.93%
BLUE value IS 53 (21.09% from 255) = 18.21%
R=61.86%
G=19.93%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180585300.680.710.292.3654.5145.69
HexB43A35044471D2372e
Octal264726501041073526756
Binary101101001110101101010100010010001111110110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43A35; }

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

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

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

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

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

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

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

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