Html Css Color HEX #AF3142 Old Rose

📋 copy color: '#AF3142'

red 175 ◦ green 49 ◦ blue 66

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

Shades of Old Rose #AF3142

Tints of Old Rose #AF3142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.9%

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

R = 60.34%
G = 16.9%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF3142 (or 0xAF3142) is known color: Old Rose. HEX triplet: AF, 31 and 42. RGB value is (175,49,66). Sum of RGB (Red+Green+Blue) = 175+49+66=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3142 is #50CEBD. Grayscale: #585858. Windows color (decimal): -5295806 or 4338095. OLE color: 4338095.

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

Color convert

RGB 175 49 66 -
CMYK 0 0.72 0.62 0.31
HSL 351.9º 0.56% 0.44% -
HSV(B) 351.9º 0.72% 0.69% -
XYZ 19.76 11.7 6.37 -
YUV 88.61 115.24 189.62 -
System Red Green Blue C M Y K H S L
Decimal 175 49 66 0 0.72 0.62 0.31 351.9 0.56 0.44
Hex AF 31 42 0 48 3E 1F 160 38 2C
Octal 257 61 102 0 110 76 37 540 70 54
Binary 10101111 110001 1000010 0 1001000 111110 11111 101100000 111000 101100

Color Harmonies of #AF3142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3142

Black with #AF3142

Text Example


Text Example

White with #AF3142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3142; }

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

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

background-color css

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

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

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

border-color css

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

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

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