#A6433A

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

Shades of Medium Carmine #A6433A

Tints of Medium Carmine #A6433A

Color information

#A6433A (or 0xA6433A) is unknown color: approx Medium Carmine. HEX triplet: A6, 43 and 3A. RGB value is (166,67,58). Sum of RGB (Red+Green+Blue) = 166+67+58=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A6433A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6433A is #59BCC5. Grayscale: #5F5F5F. Windows color (decimal): -5881030 or 3818406. OLE color: 3818406.

HSL color Cylindrical-coordinate representation of color #A6433A: hue angle of 5º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6433A is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB1666758-
CMYK00.600.650.35
HSL48.21%43.92%-
HSV(B)65.06%65.1%-
XYZ18.512.435.43-
YUV95.57106.8178.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.04%
GREEN value IS 67 (26.56% from 255) = 23.02%
BLUE value IS 58 (23.05% from 255) = 19.93%
R=57.04%
G=23.02%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166675800.600.650.35548.2143.92
HexA6433A03C41235302c
Octal246103720741014356054
Binary10100110100001111101001111001000001100011101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6433A; }

 p { color: rgb(166,67,58); }

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

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

 a { background-color: rgb(166,67,58); }

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

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

 span { border-color: rgb(166,67,58); }

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