Html Css Color HEX #AF2441 Old Rose

📋 copy color: '#AF2441'

red 175 ◦ green 36 ◦ blue 65

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

Shades of Old Rose #AF2441

Tints of Old Rose #AF2441

RGB

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

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

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

R = 63.41%
G = 13.04%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF2441 (or 0xAF2441) is known color: Old Rose. HEX triplet: AF, 24 and 41. RGB value is (175,36,65). Sum of RGB (Red+Green+Blue) = 175+36+65=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2441 is #50DBBE. Grayscale: #505050. Windows color (decimal): -5299135 or 4269231. OLE color: 4269231.

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

Color convert

RGB 175 36 65 -
CMYK 0 0.79 0.63 0.31
HSL 347.48º 0.66% 0.41% -
HSV(B) 347.48º 0.79% 0.69% -
XYZ 19.26 10.76 6.06 -
YUV 80.87 119.05 195.14 -
System Red Green Blue C M Y K H S L
Decimal 175 36 65 0 0.79 0.63 0.31 347.48 0.66 0.41
Hex AF 24 41 0 4F 3F 1F 15B 42 29
Octal 257 44 101 0 117 77 37 533 102 51
Binary 10101111 100100 1000001 0 1001111 111111 11111 101011011 1000010 101001

Color Harmonies of #AF2441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2441

Black with #AF2441

Text Example


Text Example

White with #AF2441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2441; }

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

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

background-color css

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

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

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

border-color css

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

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

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