#b63838

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

Shades of Medium Carmine #B63838

Tints of Medium Carmine #B63838

Color information

#B63838 (or 0xB63838) is unknown color: approx Medium Carmine. HEX triplet: B6, 38 and 38. RGB value is (182,56,56). Sum of RGB (Red+Green+Blue) = 182+56+56=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B63838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63838 is #49C7C7. Grayscale: #5D5D5D. Windows color (decimal): -4835272 or 3684534. OLE color: 3684534.

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

Color convert

RGB1825656-
CMYK00.690.690.29
HSL52.94%46.67%-
HSV(B)69.23%71.37%-
XYZ21.4213.065.13-
YUV93.67106.74191-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.90%
GREEN value IS 56 (22.27% from 255) = 19.05%
BLUE value IS 56 (22.27% from 255) = 19.05%
R=61.90%
G=19.05%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182565600.690.690.29052.9446.67
HexB63838045451D0352f
Octal266707001051053506557
Binary10110110111000111000010001011000101111010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b63838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b63838; }

 p { color: rgb(182,56,56); }

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

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

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

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

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

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

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