#B43727

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

Shades of Medium Carmine #B43727

Tints of Medium Carmine #B43727

Color information

#B43727 (or 0xB43727) is unknown color: approx Medium Carmine. HEX triplet: B4, 37 and 27. RGB value is (180,55,39). Sum of RGB (Red+Green+Blue) = 180+55+39=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B43727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43727 is #4BC8D8. Grayscale: #5A5A5A. Windows color (decimal): -4966617 or 2570164. OLE color: 2570164.

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

Color convert

RGB1805539-
CMYK00.690.780.29
HSL6.81º64.38%42.94%-
HSV(B)6.81º78.33%70.59%-
XYZ20.5512.583.26-
YUV90.5598.91191.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.69%
GREEN value IS 55 (21.88% from 255) = 20.07%
BLUE value IS 39 (15.62% from 255) = 14.23%
R=65.69%
G=20.07%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180553900.690.780.296.8164.3842.94
HexB437270454E1D7402b
Octal2646747010511635710053
Binary10110100110111100111010001011001110111011111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43727; }

 p { color: rgb(180,55,39); }

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

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

 a { background-color: rgb(180,55,39); }

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

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

 span { border-color: rgb(180,55,39); }

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