#B54038

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

Shades of Medium Carmine #B54038

Tints of Medium Carmine #B54038

Color information

#B54038 (or 0xB54038) is unknown color: approx Medium Carmine. HEX triplet: B5, 40 and 38. RGB value is (181,64,56). Sum of RGB (Red+Green+Blue) = 181+64+56=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B54038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54038 is #4ABFC7. Grayscale: #626262. Windows color (decimal): -4898760 or 3686581. OLE color: 3686581.

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

Color convert

RGB1816456-
CMYK00.650.690.29
HSL3.84º52.74%46.47%-
HSV(B)3.84º69.06%70.98%-
XYZ21.613.785.26-
YUV98.07104.26187.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.13%
GREEN value IS 64 (25.39% from 255) = 21.26%
BLUE value IS 56 (22.27% from 255) = 18.60%
R=60.13%
G=21.26%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181645600.650.690.293.8452.7446.47
HexB54038041451D4352e
Octal2651007001011053546556
Binary10110101100000011100001000001100010111101100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54038; }

 p { color: rgb(181,64,56); }

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

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

 a { background-color: rgb(181,64,56); }

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

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

 span { border-color: rgb(181,64,56); }

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