Html Css Color HEX #AF2143 Old Rose

📋 copy color: '#AF2143'

red 175 ◦ green 33 ◦ blue 67

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

Shades of Old Rose #AF2143

Tints of Old Rose #AF2143

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12%

 BLUE value IS 67 (26.56% from 255) = 24.36%

R = 63.64%
G = 12%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF2143 (or 0xAF2143) is known color: Old Rose. HEX triplet: AF, 21 and 43. RGB value is (175,33,67). Sum of RGB (Red+Green+Blue) = 175+33+67=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2143 is #50DEBC. Grayscale: #4F4F4F. Windows color (decimal): -5299901 or 4399535. OLE color: 4399535.

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

Color convert

RGB 175 33 67 -
CMYK 0 0.81 0.62 0.31
HSL 345.63º 0.68% 0.41% -
HSV(B) 345.63º 0.81% 0.69% -
XYZ 19.24 10.61 6.34 -
YUV 79.33 121.04 196.24 -
System Red Green Blue C M Y K H S L
Decimal 175 33 67 0 0.81 0.62 0.31 345.63 0.68 0.41
Hex AF 21 43 0 51 3E 1F 15A 44 29
Octal 257 41 103 0 121 76 37 532 104 51
Binary 10101111 100001 1000011 0 1010001 111110 11111 101011010 1000100 101001

Color Harmonies of #AF2143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2143

Black with #AF2143

Text Example


Text Example

White with #AF2143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2143; }

 p { color: rgb(175,33,67); }

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

background-color css

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

 a { background-color: rgb(175,33,67); }

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

border-color css

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

 span { border-color: rgb(175,33,67); }

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