#B74235

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

Shades of Medium Carmine #B74235

Tints of Medium Carmine #B74235

Color information

#B74235 (or 0xB74235) is unknown color: approx Medium Carmine. HEX triplet: B7, 42 and 35. RGB value is (183,66,53). Sum of RGB (Red+Green+Blue) = 183+66+53=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B74235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74235 is #48BDCA. Grayscale: #636363. Windows color (decimal): -4767179 or 3490487. OLE color: 3490487.

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

Color convert

RGB1836653-
CMYK00.640.710.28
HSL55.08%46.27%-
HSV(B)71.04%71.76%-
XYZ22.1214.224.95-
YUV99.5101.76187.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.60%
GREEN value IS 66 (26.17% from 255) = 21.85%
BLUE value IS 53 (21.09% from 255) = 17.55%
R=60.60%
G=21.85%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183665300.640.710.28655.0846.27
HexB74235040471C6372e
Octal2671026501001073466756
Binary10110111100001011010101000000100011111100110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74235; }

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

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

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

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

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

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

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

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