Html Css Color HEX #AF2941 Old Rose

📋 copy color: '#AF2941'

red 175 ◦ green 41 ◦ blue 65

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

Shades of Old Rose #AF2941

Tints of Old Rose #AF2941

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.59%

 BLUE value IS 65 (25.78% from 255) = 23.13%

R = 62.28%
G = 14.59%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF2941 (or 0xAF2941) is known color: Old Rose. HEX triplet: AF, 29 and 41. RGB value is (175,41,65). Sum of RGB (Red+Green+Blue) = 175+41+65=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2941 is #50D6BE. Grayscale: #535353. Windows color (decimal): -5297855 or 4270511. OLE color: 4270511.

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

Color convert

RGB 175 41 65 -
CMYK 0 0.77 0.63 0.31
HSL 349.25º 0.62% 0.42% -
HSV(B) 349.25º 0.77% 0.69% -
XYZ 19.43 11.08 6.12 -
YUV 83.8 117.39 193.05 -
System Red Green Blue C M Y K H S L
Decimal 175 41 65 0 0.77 0.63 0.31 349.25 0.62 0.42
Hex AF 29 41 0 4D 3F 1F 15D 3E 2A
Octal 257 51 101 0 115 77 37 535 76 52
Binary 10101111 101001 1000001 0 1001101 111111 11111 101011101 111110 101010

Color Harmonies of #AF2941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2941

Black with #AF2941

Text Example


Text Example

White with #AF2941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2941; }

 p { color: rgb(175,41,65); }

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

background-color css

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

 a { background-color: rgb(175,41,65); }

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

border-color css

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

 span { border-color: rgb(175,41,65); }

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