Html Css Color HEX #AF2245 Old Rose

📋 copy color: '#AF2245'

red 175 ◦ green 34 ◦ blue 69

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

Shades of Old Rose #AF2245

Tints of Old Rose #AF2245

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.23%

 BLUE value IS 69 (27.34% from 255) = 24.82%

R = 62.95%
G = 12.23%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF2245 (or 0xAF2245) is known color: Old Rose. HEX triplet: AF, 22 and 45. RGB value is (175,34,69). Sum of RGB (Red+Green+Blue) = 175+34+69=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2245 is #50DDBA. Grayscale: #505050. Windows color (decimal): -5299643 or 4530863. OLE color: 4530863.

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

Color convert

RGB 175 34 69 -
CMYK 0 0.81 0.61 0.31
HSL 345.11º 0.67% 0.41% -
HSV(B) 345.11º 0.81% 0.69% -
XYZ 19.33 10.69 6.67 -
YUV 80.15 121.71 195.65 -
System Red Green Blue C M Y K H S L
Decimal 175 34 69 0 0.81 0.61 0.31 345.11 0.67 0.41
Hex AF 22 45 0 51 3D 1F 159 43 29
Octal 257 42 105 0 121 75 37 531 103 51
Binary 10101111 100010 1000101 0 1010001 111101 11111 101011001 1000011 101001

Color Harmonies of #AF2245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2245

Black with #AF2245

Text Example


Text Example

White with #AF2245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2245; }

 p { color: rgb(175,34,69); }

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

background-color css

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

 a { background-color: rgb(175,34,69); }

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

border-color css

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

 span { border-color: rgb(175,34,69); }

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