Html Css Color HEX #AF2944 Old Rose

📋 copy color: '#AF2944'

red 175 ◦ green 41 ◦ blue 68

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

Shades of Old Rose #AF2944

Tints of Old Rose #AF2944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.94%

R = 61.62%
G = 14.44%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF2944 (or 0xAF2944) is known color: Old Rose. HEX triplet: AF, 29 and 44. RGB value is (175,41,68). Sum of RGB (Red+Green+Blue) = 175+41+68=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2944 is #50D6BB. Grayscale: #545454. Windows color (decimal): -5297852 or 4467119. OLE color: 4467119.

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

Color convert

RGB 175 41 68 -
CMYK 0 0.77 0.61 0.31
HSL 347.91º 0.62% 0.42% -
HSV(B) 347.91º 0.77% 0.69% -
XYZ 19.52 11.12 6.59 -
YUV 84.14 118.89 192.8 -
System Red Green Blue C M Y K H S L
Decimal 175 41 68 0 0.77 0.61 0.31 347.91 0.62 0.42
Hex AF 29 44 0 4D 3D 1F 15C 3E 2A
Octal 257 51 104 0 115 75 37 534 76 52
Binary 10101111 101001 1000100 0 1001101 111101 11111 101011100 111110 101010

Color Harmonies of #AF2944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2944

Black with #AF2944

Text Example


Text Example

White with #AF2944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2944; }

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

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

background-color css

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

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

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

border-color css

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

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

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