#B74532

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

Shades of Medium Carmine #B74532

Tints of Medium Carmine #B74532

Color information

#B74532 (or 0xB74532) is unknown color: approx Medium Carmine. HEX triplet: B7, 45 and 32. RGB value is (183,69,50). Sum of RGB (Red+Green+Blue) = 183+69+50=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B74532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74532 is #48BACD. Grayscale: #656565. Windows color (decimal): -4766414 or 3294647. OLE color: 3294647.

HSL color Cylindrical-coordinate representation of color #B74532: hue angle of 8.57º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B74532 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB1836950-
CMYK00.620.730.28
HSL8.57º57.08%45.69%-
HSV(B)8.57º72.68%71.76%-
XYZ22.2314.554.66-
YUV100.9299.27186.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.60%
GREEN value IS 69 (27.34% from 255) = 22.85%
BLUE value IS 50 (19.92% from 255) = 16.56%
R=60.60%
G=22.85%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183695000.620.730.288.5757.0845.69
HexB7453203E491C9392e
Octal2671056207611134117156
Binary10110111100010111001001111101001001111001001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74532; }

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

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

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

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

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

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

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

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