Html Css Color HEX #AF2543 Old Rose

📋 copy color: '#AF2543'

red 175 ◦ green 37 ◦ blue 67

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

Shades of Old Rose #AF2543

Tints of Old Rose #AF2543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.01%

R = 62.72%
G = 13.26%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF2543 (or 0xAF2543) is known color: Old Rose. HEX triplet: AF, 25 and 43. RGB value is (175,37,67). Sum of RGB (Red+Green+Blue) = 175+37+67=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2543 is #50DABC. Grayscale: #515151. Windows color (decimal): -5298877 or 4400559. OLE color: 4400559.

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

Color convert

RGB 175 37 67 -
CMYK 0 0.79 0.62 0.31
HSL 346.96º 0.65% 0.42% -
HSV(B) 346.96º 0.79% 0.69% -
XYZ 19.35 10.84 6.38 -
YUV 81.68 119.72 194.56 -
System Red Green Blue C M Y K H S L
Decimal 175 37 67 0 0.79 0.62 0.31 346.96 0.65 0.42
Hex AF 25 43 0 4F 3E 1F 15B 41 2A
Octal 257 45 103 0 117 76 37 533 101 52
Binary 10101111 100101 1000011 0 1001111 111110 11111 101011011 1000001 101010

Color Harmonies of #AF2543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2543

Black with #AF2543

Text Example


Text Example

White with #AF2543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2543; }

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

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

background-color css

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

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

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

border-color css

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

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

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