#B83734

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

Shades of Medium Carmine #B83734

Tints of Medium Carmine #B83734

Color information

#B83734 (or 0xB83734) is unknown color: approx Medium Carmine. HEX triplet: B8, 37 and 34. RGB value is (184,55,52). Sum of RGB (Red+Green+Blue) = 184+55+52=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B83734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83734 is #47C8CB. Grayscale: #5D5D5D. Windows color (decimal): -4704460 or 3422136. OLE color: 3422136.

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

Color convert

RGB1845552-
CMYK00.700.720.28
HSL1.36º55.93%46.27%-
HSV(B)1.36º71.74%72.16%-
XYZ21.7513.174.64-
YUV93.23104.74192.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 63.23%
GREEN value IS 55 (21.88% from 255) = 18.90%
BLUE value IS 52 (20.70% from 255) = 17.87%
R=63.23%
G=18.90%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184555200.700.720.281.3655.9346.27
HexB83734046481C1382e
Octal270676401061103417056
Binary10111000110111110100010001101001000111001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83734; }

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

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

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

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

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

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

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

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