#B43925

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

Shades of Medium Carmine #B43925

Tints of Medium Carmine #B43925

Color information

#B43925 (or 0xB43925) is unknown color: approx Medium Carmine. HEX triplet: B4, 39 and 25. RGB value is (180,57,37). Sum of RGB (Red+Green+Blue) = 180+57+37=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B43925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43925 is #4BC6DA. Grayscale: #5B5B5B. Windows color (decimal): -4966107 or 2439604. OLE color: 2439604.

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

Color convert

RGB1805737-
CMYK00.680.790.29
HSL8.39º65.9%42.55%-
HSV(B)8.39º79.44%70.59%-
XYZ20.6212.763.13-
YUV91.597.25191.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.69%
GREEN value IS 57 (22.66% from 255) = 20.80%
BLUE value IS 37 (14.84% from 255) = 13.50%
R=65.69%
G=20.80%
B=13.50%

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
Decimal180573700.680.790.298.3965.942.55
HexB439250444F1D8422b
Octal26471450104117351010253
Binary101101001110011001010100010010011111110110001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43925; }

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

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

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

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

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

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

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

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