Html Css Color HEX #AF3242 Old Rose

📋 copy color: '#AF3242'

red 175 ◦ green 50 ◦ blue 66

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

Shades of Old Rose #AF3242

Tints of Old Rose #AF3242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.68%

R = 60.14%
G = 17.18%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF3242 (or 0xAF3242) is known color: Old Rose. HEX triplet: AF, 32 and 42. RGB value is (175,50,66). Sum of RGB (Red+Green+Blue) = 175+50+66=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3242 is #50CDBD. Grayscale: #595959. Windows color (decimal): -5295550 or 4338351. OLE color: 4338351.

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

Color convert

RGB 175 50 66 -
CMYK 0 0.71 0.62 0.31
HSL 352.32º 0.56% 0.44% -
HSV(B) 352.32º 0.71% 0.69% -
XYZ 19.8 11.79 6.39 -
YUV 89.2 114.91 189.2 -
System Red Green Blue C M Y K H S L
Decimal 175 50 66 0 0.71 0.62 0.31 352.32 0.56 0.44
Hex AF 32 42 0 47 3E 1F 160 38 2C
Octal 257 62 102 0 107 76 37 540 70 54
Binary 10101111 110010 1000010 0 1000111 111110 11111 101100000 111000 101100

Color Harmonies of #AF3242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3242

Black with #AF3242

Text Example


Text Example

White with #AF3242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3242; }

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

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

background-color css

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

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

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

border-color css

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

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

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