Html Css Color HEX #AF2448 Old Rose

📋 copy color: '#AF2448'

red 175 ◦ green 36 ◦ blue 72

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

Shades of Old Rose #AF2448

Tints of Old Rose #AF2448

RGB

 RED value IS 175 (68.75% from 255) = 61.84%

 GREEN value IS 36 (14.45% from 255) = 12.72%

 BLUE value IS 72 (28.52% from 255) = 25.44%

R = 61.84%
G = 12.72%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF2448 (or 0xAF2448) is known color: Old Rose. HEX triplet: AF, 24 and 48. RGB value is (175,36,72). Sum of RGB (Red+Green+Blue) = 175+36+72=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2448 is #50DBB7. Grayscale: #515151. Windows color (decimal): -5299128 or 4727983. OLE color: 4727983.

HSL color Cylindrical-coordinate representation of color #AF2448: hue angle of 344.46º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2448 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 36 72 -
CMYK 0 0.79 0.59 0.31
HSL 344.46º 0.66% 0.41% -
HSV(B) 344.46º 0.79% 0.69% -
XYZ 19.48 10.84 7.2 -
YUV 81.67 122.55 194.57 -
System Red Green Blue C M Y K H S L
Decimal 175 36 72 0 0.79 0.59 0.31 344.46 0.66 0.41
Hex AF 24 48 0 4F 3B 1F 158 42 29
Octal 257 44 110 0 117 73 37 530 102 51
Binary 10101111 100100 1001000 0 1001111 111011 11111 101011000 1000010 101001

Color Harmonies of #AF2448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2448

Black with #AF2448

Text Example


Text Example

White with #AF2448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2448; }

 p { color: rgb(175,36,72); }

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

background-color css

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

 a { background-color: rgb(175,36,72); }

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

border-color css

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

 span { border-color: rgb(175,36,72); }

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