#a8243f

Color #A8243F Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #A8243F

Tints of Old Rose #A8243F

Color information

#A8243F (or 0xA8243F) is unknown color: approx Old Rose. HEX triplet: A8, 24 and 3F. RGB value is (168,36,63). Sum of RGB (Red+Green+Blue) = 168+36+63=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A8243F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8243F is #57DBC0. Grayscale: #4E4E4E. Windows color (decimal): -5757889 or 4138152. OLE color: 4138152.

HSL color Cylindrical-coordinate representation of color #A8243F: hue angle of 347.73º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8243F is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB1683663-
CMYK00.790.630.34
HSL347.73º64.71%40%-
HSV(B)347.73º78.57%65.88%-
XYZ17.689.955.69-
YUV78.55119.23191.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 62.92%
GREEN value IS 36 (14.45% from 255) = 13.48%
BLUE value IS 63 (25% from 255) = 23.60%
R=62.92%
G=13.48%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168366300.790.630.34347.7364.7140
HexA8243F04F3F2215c4128
Octal25044770117774253410150
Binary10101000100100111111010011111111111000101010111001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8243f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8243f; }

 p { color: rgb(168,36,63); }

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

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

 a { background-color: rgb(168,36,63); }

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

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

 span { border-color: rgb(168,36,63); }

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