#B63626

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

Shades of Medium Carmine #B63626

Tints of Medium Carmine #B63626

Color information

#B63626 (or 0xB63626) is unknown color: approx Medium Carmine. HEX triplet: B6, 36 and 26. RGB value is (182,54,38). Sum of RGB (Red+Green+Blue) = 182+54+38=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B63626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63626 is #49C9D9. Grayscale: #5A5A5A. Windows color (decimal): -4835802 or 2504374. OLE color: 2504374.

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

Color convert

RGB1825438-
CMYK00.700.790.29
HSL6.67º65.45%43.14%-
HSV(B)6.67º79.12%71.37%-
XYZ20.9612.723.18-
YUV90.4598.41193.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 66.42%
GREEN value IS 54 (21.48% from 255) = 19.71%
BLUE value IS 38 (15.23% from 255) = 13.87%
R=66.42%
G=19.71%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182543800.700.790.296.6765.4543.14
HexB636260464F1D7412b
Octal2666646010611735710153
Binary10110110110110100110010001101001111111011111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63626; }

 p { color: rgb(182,54,38); }

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

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

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

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

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

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

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