Html Css Color HEX #A92241 Old Rose

📋 copy color: '#A92241'

red 169 ◦ green 34 ◦ blue 65

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

Shades of Old Rose #A92241

Tints of Old Rose #A92241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.69%

 BLUE value IS 65 (25.78% from 255) = 24.25%

R = 63.06%
G = 12.69%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A92241 (or 0xA92241) is known color: Old Rose. HEX triplet: A9, 22 and 41. RGB value is (169,34,65). Sum of RGB (Red+Green+Blue) = 169+34+65=268 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.06% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 169 - color contains mainly: red. Hex color #A92241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92241 is #56DDBE. Grayscale: #4D4D4D. Windows color (decimal): -5692863 or 4268713. OLE color: 4268713.

HSL color Cylindrical-coordinate representation of color #A92241: hue angle of 346.22º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A92241 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 34 65 -
CMYK 0 0.80 0.62 0.34
HSL 346.22º 0.67% 0.4% -
HSV(B) 346.22º 0.8% 0.66% -
XYZ 17.89 9.96 5.98 -
YUV 77.9 120.73 192.98 -
System Red Green Blue C M Y K H S L
Decimal 169 34 65 0 0.80 0.62 0.34 346.22 0.67 0.4
Hex A9 22 41 0 50 3E 22 15A 43 28
Octal 251 42 101 0 120 76 42 532 103 50
Binary 10101001 100010 1000001 0 1010000 111110 100010 101011010 1000011 101000

Color Harmonies of #A92241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92241

Black with #A92241

Text Example


Text Example

White with #A92241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92241; }

 p { color: rgb(169,34,65); }

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

background-color css

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

 a { background-color: rgb(169,34,65); }

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

border-color css

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

 span { border-color: rgb(169,34,65); }

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