Html Css Color HEX #A8253F Old Rose

📋 copy color: '#A8253F'

red 168 ◦ green 37 ◦ blue 63

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

Shades of Old Rose #A8253F

Tints of Old Rose #A8253F

RGB

 RED value IS 168 (66.02% from 255) = 62.69%

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

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

R = 62.69%
G = 13.81%
B = 23.51%

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

#A8253F (or 0xA8253F) is known color: Old Rose. HEX triplet: A8, 25 and 3F. RGB value is (168,37,63). Sum of RGB (Red+Green+Blue) = 168+37+63=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A8253F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8253F is #57DAC0. Grayscale: #4F4F4F. Windows color (decimal): -5757633 or 4138408. OLE color: 4138408.

HSL color Cylindrical-coordinate representation of color #A8253F: hue angle of 348.09º 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 #A8253F is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 37 63 -
CMYK 0 0.78 0.63 0.34
HSL 348.09º 0.64% 0.4% -
HSV(B) 348.09º 0.78% 0.66% -
XYZ 17.71 10.01 5.7 -
YUV 79.13 118.9 191.39 -
System Red Green Blue C M Y K H S L
Decimal 168 37 63 0 0.78 0.63 0.34 348.09 0.64 0.4
Hex A8 25 3F 0 4E 3F 22 15C 40 28
Octal 250 45 77 0 116 77 42 534 100 50
Binary 10101000 100101 111111 0 1001110 111111 100010 101011100 1000000 101000

Color Harmonies of #A8253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8253F

Black with #A8253F

Text Example


Text Example

White with #A8253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8253F; }

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

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

background-color css

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

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

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

border-color css

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

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

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