#B03836

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

Shades of Medium Carmine #B03836

Tints of Medium Carmine #B03836

Color information

#B03836 (or 0xB03836) is unknown color: approx Medium Carmine. HEX triplet: B0, 38 and 36. RGB value is (176,56,54). Sum of RGB (Red+Green+Blue) = 176+56+54=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B03836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03836 is #4FC7C9. Grayscale: #5B5B5B. Windows color (decimal): -5228490 or 3553456. OLE color: 3553456.

HSL color Cylindrical-coordinate representation of color #B03836: hue angle of 0.98º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03836 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB1765654-
CMYK00.680.690.31
HSL0.98º53.04%45.1%-
HSV(B)0.98º69.32%69.02%-
XYZ19.9812.324.82-
YUV91.65106.76188.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.54%
GREEN value IS 56 (22.27% from 255) = 19.58%
BLUE value IS 54 (21.48% from 255) = 18.88%
R=61.54%
G=19.58%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176565400.680.690.310.9853.0445.1
HexB03836044451F1352d
Octal260706601041053716555
Binary10110000111000110110010001001000101111111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03836; }

 p { color: rgb(176,56,54); }

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

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

 a { background-color: rgb(176,56,54); }

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

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

 span { border-color: rgb(176,56,54); }

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