Html Css Color HEX #AF1A4C Old Rose

📋 copy color: '#AF1A4C'

red 175 ◦ green 26 ◦ blue 76

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

Shades of Old Rose #AF1A4C

Tints of Old Rose #AF1A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.44%

R = 63.18%
G = 9.39%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF1A4C (or 0xAF1A4C) is known color: Old Rose. HEX triplet: AF, 1A and 4C. RGB value is (175,26,76). Sum of RGB (Red+Green+Blue) = 175+26+76=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A4C is #50E5B3. Grayscale: #4C4C4C. Windows color (decimal): -5301684 or 4987567. OLE color: 4987567.

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

Color convert

RGB 175 26 76 -
CMYK 0 0.85 0.57 0.31
HSL 339.87º 0.74% 0.39% -
HSV(B) 339.87º 0.85% 0.69% -
XYZ 19.35 10.37 7.82 -
YUV 76.25 127.86 198.43 -
System Red Green Blue C M Y K H S L
Decimal 175 26 76 0 0.85 0.57 0.31 339.87 0.74 0.39
Hex AF 1A 4C 0 55 39 1F 154 4A 27
Octal 257 32 114 0 125 71 37 524 112 47
Binary 10101111 11010 1001100 0 1010101 111001 11111 101010100 1001010 100111

Color Harmonies of #AF1A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A4C

Black with #AF1A4C

Text Example


Text Example

White with #AF1A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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