Html Css Color HEX #AF2545 Old Rose

📋 copy color: '#AF2545'

red 175 ◦ green 37 ◦ blue 69

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

Shades of Old Rose #AF2545

Tints of Old Rose #AF2545

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.17%

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

R = 62.28%
G = 13.17%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF2545 (or 0xAF2545) is known color: Old Rose. HEX triplet: AF, 25 and 45. RGB value is (175,37,69). Sum of RGB (Red+Green+Blue) = 175+37+69=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2545 is #50DABA. Grayscale: #515151. Windows color (decimal): -5298875 or 4531631. OLE color: 4531631.

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

Color convert

RGB 175 37 69 -
CMYK 0 0.79 0.61 0.31
HSL 346.09º 0.65% 0.42% -
HSV(B) 346.09º 0.79% 0.69% -
XYZ 19.41 10.87 6.7 -
YUV 81.91 120.72 194.4 -
System Red Green Blue C M Y K H S L
Decimal 175 37 69 0 0.79 0.61 0.31 346.09 0.65 0.42
Hex AF 25 45 0 4F 3D 1F 15A 41 2A
Octal 257 45 105 0 117 75 37 532 101 52
Binary 10101111 100101 1000101 0 1001111 111101 11111 101011010 1000001 101010

Color Harmonies of #AF2545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2545

Black with #AF2545

Text Example


Text Example

White with #AF2545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2545; }

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

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

background-color css

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

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

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

border-color css

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

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

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