Html Css Color HEX #AF224B Old Rose

📋 copy color: '#AF224B'

red 175 ◦ green 34 ◦ blue 75

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

Shades of Old Rose #AF224B

Tints of Old Rose #AF224B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.41%

R = 61.62%
G = 11.97%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF224B (or 0xAF224B) is known color: Old Rose. HEX triplet: AF, 22 and 4B. RGB value is (175,34,75). Sum of RGB (Red+Green+Blue) = 175+34+75=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF224B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF224B is #50DDB4. Grayscale: #505050. Windows color (decimal): -5299637 or 4924079. OLE color: 4924079.

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

Color convert

RGB 175 34 75 -
CMYK 0 0.81 0.57 0.31
HSL 342.55º 0.67% 0.41% -
HSV(B) 342.55º 0.81% 0.69% -
XYZ 19.52 10.77 7.71 -
YUV 80.83 124.71 195.17 -
System Red Green Blue C M Y K H S L
Decimal 175 34 75 0 0.81 0.57 0.31 342.55 0.67 0.41
Hex AF 22 4B 0 51 39 1F 157 43 29
Octal 257 42 113 0 121 71 37 527 103 51
Binary 10101111 100010 1001011 0 1010001 111001 11111 101010111 1000011 101001

Color Harmonies of #AF224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF224B

Black with #AF224B

Text Example


Text Example

White with #AF224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF224B; }

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

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

background-color css

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

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

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

border-color css

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

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

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