#B63A29

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

Shades of Medium Carmine #B63A29

Tints of Medium Carmine #B63A29

Color information

#B63A29 (or 0xB63A29) is unknown color: approx Medium Carmine. HEX triplet: B6, 3A and 29. RGB value is (182,58,41). Sum of RGB (Red+Green+Blue) = 182+58+41=281 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.77% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63A29 is #49C5D6. Grayscale: #5D5D5D. Windows color (decimal): -4834775 or 2702006. OLE color: 2702006.

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

Color convert

RGB1825841-
CMYK00.680.770.29
HSL7.23º63.23%43.73%-
HSV(B)7.23º77.47%71.37%-
XYZ21.213.133.51-
YUV93.1498.58191.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.77%
GREEN value IS 58 (23.05% from 255) = 20.64%
BLUE value IS 41 (16.41% from 255) = 14.59%
R=64.77%
G=20.64%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182584100.680.770.297.2363.2343.73
HexB63A290444D1D73f2c
Octal266725101041153577754
Binary1011011011101010100101000100100110111101111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63A29; }

 p { color: rgb(182,58,41); }

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

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

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

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

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

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

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