Html Css Color HEX #AF3240 Old Rose

📋 copy color: '#AF3240'

red 175 ◦ green 50 ◦ blue 64

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

Shades of Old Rose #AF3240

Tints of Old Rose #AF3240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.3%

 BLUE value IS 64 (25.39% from 255) = 22.15%

R = 60.55%
G = 17.3%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF3240 (or 0xAF3240) is known color: Old Rose. HEX triplet: AF, 32 and 40. RGB value is (175,50,64). Sum of RGB (Red+Green+Blue) = 175+50+64=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3240 is #50CDBF. Grayscale: #595959. Windows color (decimal): -5295552 or 4207279. OLE color: 4207279.

HSL color Cylindrical-coordinate representation of color #AF3240: hue angle of 353.28º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3240 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 50 64 -
CMYK 0 0.71 0.63 0.31
HSL 353.28º 0.56% 0.44% -
HSV(B) 353.28º 0.71% 0.69% -
XYZ 19.75 11.77 6.08 -
YUV 88.97 113.91 189.36 -
System Red Green Blue C M Y K H S L
Decimal 175 50 64 0 0.71 0.63 0.31 353.28 0.56 0.44
Hex AF 32 40 0 47 3F 1F 161 38 2C
Octal 257 62 100 0 107 77 37 541 70 54
Binary 10101111 110010 1000000 0 1000111 111111 11111 101100001 111000 101100

Color Harmonies of #AF3240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3240

Black with #AF3240

Text Example


Text Example

White with #AF3240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3240; }

 p { color: rgb(175,50,64); }

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

background-color css

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

 a { background-color: rgb(175,50,64); }

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

border-color css

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

 span { border-color: rgb(175,50,64); }

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