#B14532

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

Shades of Medium Carmine #B14532

Tints of Medium Carmine #B14532

Color information

#B14532 (or 0xB14532) is unknown color: approx Medium Carmine. HEX triplet: B1, 45 and 32. RGB value is (177,69,50). Sum of RGB (Red+Green+Blue) = 177+69+50=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B14532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14532 is #4EBACD. Grayscale: #636363. Windows color (decimal): -5159630 or 3294641. OLE color: 3294641.

HSL color Cylindrical-coordinate representation of color #B14532: hue angle of 8.98º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B14532 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB1776950-
CMYK00.610.720.31
HSL8.98º55.95%44.51%-
HSV(B)8.98º71.75%69.41%-
XYZ20.8413.834.59-
YUV99.13100.28183.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.80%
GREEN value IS 69 (27.34% from 255) = 23.31%
BLUE value IS 50 (19.92% from 255) = 16.89%
R=59.80%
G=23.31%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177695000.610.720.318.9855.9544.51
HexB1453203D481F9382d
Octal2611056207511037117055
Binary10110001100010111001001111011001000111111001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14532; }

 p { color: rgb(177,69,50); }

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

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

 a { background-color: rgb(177,69,50); }

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

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

 span { border-color: rgb(177,69,50); }

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