Html Css Color HEX #A9253F Old Rose

📋 copy color: '#A9253F'

red 169 ◦ green 37 ◦ blue 63

#A9253F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #A9253F

Tints of Old Rose #A9253F

RGB

 RED value IS 169 (66.41% from 255) = 62.83%

 GREEN value IS 37 (14.84% from 255) = 13.75%

 BLUE value IS 63 (25% from 255) = 23.42%

R = 62.83%
G = 13.75%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A9253F (or 0xA9253F) is known color: Old Rose. HEX triplet: A9, 25 and 3F. RGB value is (169,37,63). Sum of RGB (Red+Green+Blue) = 169+37+63=269 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.83% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 169 - color contains mainly: red. Hex color #A9253F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9253F is #56DAC0. Grayscale: #4F4F4F. Windows color (decimal): -5692097 or 4138409. OLE color: 4138409.

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

Color convert

RGB 169 37 63 -
CMYK 0 0.78 0.63 0.34
HSL 348.18º 0.64% 0.4% -
HSV(B) 348.18º 0.78% 0.66% -
XYZ 17.92 10.12 5.71 -
YUV 79.43 118.73 191.89 -
System Red Green Blue C M Y K H S L
Decimal 169 37 63 0 0.78 0.63 0.34 348.18 0.64 0.4
Hex A9 25 3F 0 4E 3F 22 15C 40 28
Octal 251 45 77 0 116 77 42 534 100 50
Binary 10101001 100101 111111 0 1001110 111111 100010 101011100 1000000 101000

Color Harmonies of #A9253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9253F

Black with #A9253F

Text Example


Text Example

White with #A9253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9253F; }

 p { color: rgb(169,37,63); }

 H1.HeaderClassName
 {
   color: #A9253F;
 }
 .AnyTagClassName
 {
   color: #A9253F;
 }
</style>

background-color css

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

 a { background-color: rgb(169,37,63); }

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

border-color css

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

 span { border-color: rgb(169,37,63); }

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