Html Css Color HEX #AF2F42 Old Rose

📋 copy color: '#AF2F42'

red 175 ◦ green 47 ◦ blue 66

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

Shades of Old Rose #AF2F42

Tints of Old Rose #AF2F42

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.32%

 BLUE value IS 66 (26.17% from 255) = 22.92%

R = 60.76%
G = 16.32%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF2F42 (or 0xAF2F42) is known color: Old Rose. HEX triplet: AF, 2F and 42. RGB value is (175,47,66). Sum of RGB (Red+Green+Blue) = 175+47+66=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2F42 is #50D0BD. Grayscale: #575757. Windows color (decimal): -5296318 or 4337583. OLE color: 4337583.

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

Color convert

RGB 175 47 66 -
CMYK 0 0.73 0.62 0.31
HSL 351.09º 0.58% 0.44% -
HSV(B) 351.09º 0.73% 0.69% -
XYZ 19.68 11.54 6.34 -
YUV 87.44 115.91 190.46 -
System Red Green Blue C M Y K H S L
Decimal 175 47 66 0 0.73 0.62 0.31 351.09 0.58 0.44
Hex AF 2F 42 0 49 3E 1F 15F 3A 2C
Octal 257 57 102 0 111 76 37 537 72 54
Binary 10101111 101111 1000010 0 1001001 111110 11111 101011111 111010 101100

Color Harmonies of #AF2F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F42

Black with #AF2F42

Text Example


Text Example

White with #AF2F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F42; }

 p { color: rgb(175,47,66); }

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

background-color css

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

 a { background-color: rgb(175,47,66); }

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

border-color css

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

 span { border-color: rgb(175,47,66); }

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