#B43B35

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

Shades of Medium Carmine #B43B35

Tints of Medium Carmine #B43B35

Color information

#B43B35 (or 0xB43B35) is unknown color: approx Medium Carmine. HEX triplet: B4, 3B and 35. RGB value is (180,59,53). Sum of RGB (Red+Green+Blue) = 180+59+53=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43B35 is #4BC4CA. Grayscale: #5E5E5E. Windows color (decimal): -4965579 or 3488692. OLE color: 3488692.

HSL color Cylindrical-coordinate representation of color #B43B35: hue angle of 2.83º 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 #B43B35 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB1805953-
CMYK00.670.710.29
HSL2.83º54.51%45.69%-
HSV(B)2.83º70.56%70.59%-
XYZ21.0313.094.79-
YUV94.5104.59188.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.64%
GREEN value IS 59 (23.44% from 255) = 20.21%
BLUE value IS 53 (21.09% from 255) = 18.15%
R=61.64%
G=20.21%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180595300.670.710.292.8354.5145.69
HexB43B35043471D3372e
Octal264736501031073536756
Binary101101001110111101010100001110001111110111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43B35; }

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

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

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

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

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

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

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

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