Html Css Color HEX #AF1A48 Old Rose

📋 copy color: '#AF1A48'

red 175 ◦ green 26 ◦ blue 72

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

Shades of Old Rose #AF1A48

Tints of Old Rose #AF1A48

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.52%

 BLUE value IS 72 (28.52% from 255) = 26.37%

R = 64.1%
G = 9.52%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF1A48 (or 0xAF1A48) is known color: Old Rose. HEX triplet: AF, 1A and 48. RGB value is (175,26,72). Sum of RGB (Red+Green+Blue) = 175+26+72=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A48 is #50E5B7. Grayscale: #4B4B4B. Windows color (decimal): -5301688 or 4725423. OLE color: 4725423.

HSL color Cylindrical-coordinate representation of color #AF1A48: hue angle of 341.48º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1A48 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 26 72 -
CMYK 0 0.85 0.59 0.31
HSL 341.48º 0.74% 0.39% -
HSV(B) 341.48º 0.85% 0.69% -
XYZ 19.22 10.32 7.11 -
YUV 75.8 125.86 198.76 -
System Red Green Blue C M Y K H S L
Decimal 175 26 72 0 0.85 0.59 0.31 341.48 0.74 0.39
Hex AF 1A 48 0 55 3B 1F 155 4A 27
Octal 257 32 110 0 125 73 37 525 112 47
Binary 10101111 11010 1001000 0 1010101 111011 11111 101010101 1001010 100111

Color Harmonies of #AF1A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A48

Black with #AF1A48

Text Example


Text Example

White with #AF1A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A48; }

 p { color: rgb(175,26,72); }

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

background-color css

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

 a { background-color: rgb(175,26,72); }

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

border-color css

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

 span { border-color: rgb(175,26,72); }

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