Html Css Color HEX #AF2145 Old Rose

📋 copy color: '#AF2145'

red 175 ◦ green 33 ◦ blue 69

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

Shades of Old Rose #AF2145

Tints of Old Rose #AF2145

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.91%

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

R = 63.18%
G = 11.91%
B = 24.91%

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

#AF2145 (or 0xAF2145) is known color: Old Rose. HEX triplet: AF, 21 and 45. RGB value is (175,33,69). Sum of RGB (Red+Green+Blue) = 175+33+69=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2145 is #50DEBA. Grayscale: #4F4F4F. Windows color (decimal): -5299899 or 4530607. OLE color: 4530607.

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

Color convert

RGB 175 33 69 -
CMYK 0 0.81 0.61 0.31
HSL 344.79º 0.68% 0.41% -
HSV(B) 344.79º 0.81% 0.69% -
XYZ 19.3 10.63 6.67 -
YUV 79.56 122.04 196.07 -
System Red Green Blue C M Y K H S L
Decimal 175 33 69 0 0.81 0.61 0.31 344.79 0.68 0.41
Hex AF 21 45 0 51 3D 1F 159 44 29
Octal 257 41 105 0 121 75 37 531 104 51
Binary 10101111 100001 1000101 0 1010001 111101 11111 101011001 1000100 101001

Color Harmonies of #AF2145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2145

Black with #AF2145

Text Example


Text Example

White with #AF2145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2145; }

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

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

background-color css

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

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

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

border-color css

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

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

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