Html Css Color HEX #AF2443 Old Rose

📋 copy color: '#AF2443'

red 175 ◦ green 36 ◦ blue 67

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

Shades of Old Rose #AF2443

Tints of Old Rose #AF2443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.95%

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

R = 62.95%
G = 12.95%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF2443 (or 0xAF2443) is known color: Old Rose. HEX triplet: AF, 24 and 43. RGB value is (175,36,67). Sum of RGB (Red+Green+Blue) = 175+36+67=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2443 is #50DBBC. Grayscale: #515151. Windows color (decimal): -5299133 or 4400303. OLE color: 4400303.

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

Color convert

RGB 175 36 67 -
CMYK 0 0.79 0.62 0.31
HSL 346.62º 0.66% 0.41% -
HSV(B) 346.62º 0.79% 0.69% -
XYZ 19.32 10.78 6.37 -
YUV 81.1 120.05 194.98 -
System Red Green Blue C M Y K H S L
Decimal 175 36 67 0 0.79 0.62 0.31 346.62 0.66 0.41
Hex AF 24 43 0 4F 3E 1F 15B 42 29
Octal 257 44 103 0 117 76 37 533 102 51
Binary 10101111 100100 1000011 0 1001111 111110 11111 101011011 1000010 101001

Color Harmonies of #AF2443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2443

Black with #AF2443

Text Example


Text Example

White with #AF2443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2443; }

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

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

background-color css

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

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

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

border-color css

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

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

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