#B83736

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

Shades of Medium Carmine #B83736

Tints of Medium Carmine #B83736

Color information

#B83736 (or 0xB83736) is unknown color: approx Medium Carmine. HEX triplet: B8, 37 and 36. RGB value is (184,55,54). Sum of RGB (Red+Green+Blue) = 184+55+54=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B83736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83736 is #47C8C9. Grayscale: #5D5D5D. Windows color (decimal): -4704458 or 3553208. OLE color: 3553208.

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

Color convert

RGB1845554-
CMYK00.700.710.28
HSL0.46º54.62%46.67%-
HSV(B)0.46º70.65%72.16%-
XYZ21.813.194.89-
YUV93.46105.74192.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 62.80%
GREEN value IS 55 (21.88% from 255) = 18.77%
BLUE value IS 54 (21.48% from 255) = 18.43%
R=62.80%
G=18.77%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184555400.700.710.280.4654.6246.67
HexB83736046471C0372f
Octal270676601061073406757
Binary10111000110111110110010001101000111111000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83736; }

 p { color: rgb(184,55,54); }

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

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

 a { background-color: rgb(184,55,54); }

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

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

 span { border-color: rgb(184,55,54); }

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