#B74228

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

Shades of Medium Carmine #B74228

Tints of Medium Carmine #B74228

Color information

#B74228 (or 0xB74228) is unknown color: approx Medium Carmine. HEX triplet: B7, 42 and 28. RGB value is (183,66,40). Sum of RGB (Red+Green+Blue) = 183+66+40=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B74228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74228 is #48BDD7. Grayscale: #626262. Windows color (decimal): -4767192 or 2638519. OLE color: 2638519.

HSL color Cylindrical-coordinate representation of color #B74228: hue angle of 10.91º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B74228 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB1836640-
CMYK00.640.780.28
HSL10.91º64.13%43.73%-
HSV(B)10.91º78.14%71.76%-
XYZ21.8614.123.58-
YUV98.0295.26188.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.32%
GREEN value IS 66 (26.17% from 255) = 22.84%
BLUE value IS 40 (16.02% from 255) = 13.84%
R=63.32%
G=22.84%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183664000.640.780.2810.9164.1343.73
HexB742280404E1Cb402c
Octal267102500100116341310054
Binary1011011110000101010000100000010011101110010111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74228; }

 p { color: rgb(183,66,40); }

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

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

 a { background-color: rgb(183,66,40); }

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

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

 span { border-color: rgb(183,66,40); }

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