Html Css Color HEX #AF2641 Old Rose

📋 copy color: '#AF2641'

red 175 ◦ green 38 ◦ blue 65

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

Shades of Old Rose #AF2641

Tints of Old Rose #AF2641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.67%

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

R = 62.95%
G = 13.67%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF2641 (or 0xAF2641) is known color: Old Rose. HEX triplet: AF, 26 and 41. RGB value is (175,38,65). Sum of RGB (Red+Green+Blue) = 175+38+65=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2641 is #50D9BE. Grayscale: #525252. Windows color (decimal): -5298623 or 4269743. OLE color: 4269743.

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

Color convert

RGB 175 38 65 -
CMYK 0 0.78 0.63 0.31
HSL 348.18º 0.64% 0.42% -
HSV(B) 348.18º 0.78% 0.69% -
XYZ 19.33 10.88 6.08 -
YUV 82.04 118.39 194.3 -
System Red Green Blue C M Y K H S L
Decimal 175 38 65 0 0.78 0.63 0.31 348.18 0.64 0.42
Hex AF 26 41 0 4E 3F 1F 15C 40 2A
Octal 257 46 101 0 116 77 37 534 100 52
Binary 10101111 100110 1000001 0 1001110 111111 11111 101011100 1000000 101010

Color Harmonies of #AF2641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2641

Black with #AF2641

Text Example


Text Example

White with #AF2641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2641; }

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

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

background-color css

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

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

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

border-color css

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

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

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