#B54631

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

Shades of Medium Carmine #B54631

Tints of Medium Carmine #B54631

Color information

#B54631 (or 0xB54631) is unknown color: approx Medium Carmine. HEX triplet: B5, 46 and 31. RGB value is (181,70,49). Sum of RGB (Red+Green+Blue) = 181+70+49=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B54631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54631 is #4AB9CE. Grayscale: #646464. Windows color (decimal): -4897231 or 3229365. OLE color: 3229365.

HSL color Cylindrical-coordinate representation of color #B54631: hue angle of 9.55º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B54631 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB1817049-
CMYK00.610.730.29
HSL9.55º57.39%45.1%-
HSV(B)9.55º72.93%70.98%-
XYZ21.814.434.54-
YUV100.898.77185.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.33%
GREEN value IS 70 (27.73% from 255) = 23.33%
BLUE value IS 49 (19.53% from 255) = 16.33%
R=60.33%
G=23.33%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181704900.610.730.299.5557.3945.1
HexB5463103D491Da392d
Octal2651066107511135127155
Binary10110101100011011000101111011001001111011010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54631; }

 p { color: rgb(181,70,49); }

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

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

 a { background-color: rgb(181,70,49); }

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

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

 span { border-color: rgb(181,70,49); }

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