#B13827

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

Shades of Medium Carmine #B13827

Tints of Medium Carmine #B13827

Color information

#B13827 (or 0xB13827) is unknown color: approx Medium Carmine. HEX triplet: B1, 38 and 27. RGB value is (177,56,39). Sum of RGB (Red+Green+Blue) = 177+56+39=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B13827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13827 is #4EC7D8. Grayscale: #5A5A5A. Windows color (decimal): -5162969 or 2570417. OLE color: 2570417.

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

Color convert

RGB1775639-
CMYK00.680.780.31
HSL7.39º63.89%42.35%-
HSV(B)7.39º77.97%69.41%-
XYZ19.9112.323.25-
YUV90.2499.09189.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.07%
GREEN value IS 56 (22.27% from 255) = 20.59%
BLUE value IS 39 (15.62% from 255) = 14.34%
R=65.07%
G=20.59%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177563900.680.780.317.3963.8942.35
HexB138270444E1F7402a
Octal2617047010411637710052
Binary10110001111000100111010001001001110111111111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13827; }

 p { color: rgb(177,56,39); }

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

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

 a { background-color: rgb(177,56,39); }

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

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

 span { border-color: rgb(177,56,39); }

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