#B43926

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

Shades of Medium Carmine #B43926

Tints of Medium Carmine #B43926

Color information

#B43926 (or 0xB43926) is unknown color: approx Medium Carmine. HEX triplet: B4, 39 and 26. RGB value is (180,57,38). Sum of RGB (Red+Green+Blue) = 180+57+38=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B43926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43926 is #4BC6D9. Grayscale: #5B5B5B. Windows color (decimal): -4966106 or 2505140. OLE color: 2505140.

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

Color convert

RGB1805738-
CMYK00.680.790.29
HSL8.03º65.14%42.75%-
HSV(B)8.03º78.89%70.59%-
XYZ20.6412.773.21-
YUV91.6197.75191.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.45%
GREEN value IS 57 (22.66% from 255) = 20.73%
BLUE value IS 38 (15.23% from 255) = 13.82%
R=65.45%
G=20.73%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180573800.680.790.298.0365.1442.75
HexB439260444F1D8412b
Octal26471460104117351010153
Binary101101001110011001100100010010011111110110001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43926; }

 p { color: rgb(180,57,38); }

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

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

 a { background-color: rgb(180,57,38); }

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

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

 span { border-color: rgb(180,57,38); }

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