Html Css Color HEX #AF2B4C Old Rose

📋 copy color: '#AF2B4C'

red 175 ◦ green 43 ◦ blue 76

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

Shades of Old Rose #AF2B4C

Tints of Old Rose #AF2B4C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.63%

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

R = 59.52%
G = 14.63%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF2B4C (or 0xAF2B4C) is known color: Old Rose. HEX triplet: AF, 2B and 4C. RGB value is (175,43,76). Sum of RGB (Red+Green+Blue) = 175+43+76=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2B4C is #50D4B3. Grayscale: #565656. Windows color (decimal): -5297332 or 4991919. OLE color: 4991919.

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

Color convert

RGB 175 43 76 -
CMYK 0 0.75 0.57 0.31
HSL 345º 0.61% 0.43% -
HSV(B) 345º 0.75% 0.69% -
XYZ 19.85 11.36 7.98 -
YUV 86.23 122.23 191.32 -
System Red Green Blue C M Y K H S L
Decimal 175 43 76 0 0.75 0.57 0.31 345 0.61 0.43
Hex AF 2B 4C 0 4B 39 1F 159 3D 2B
Octal 257 53 114 0 113 71 37 531 75 53
Binary 10101111 101011 1001100 0 1001011 111001 11111 101011001 111101 101011

Color Harmonies of #AF2B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2B4C

Black with #AF2B4C

Text Example


Text Example

White with #AF2B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2B4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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