Html Css Color HEX #AF2943 Old Rose

📋 copy color: '#AF2943'

red 175 ◦ green 41 ◦ blue 67

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

Shades of Old Rose #AF2943

Tints of Old Rose #AF2943

RGB

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

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

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

R = 61.84%
G = 14.49%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF2943 (or 0xAF2943) is known color: Old Rose. HEX triplet: AF, 29 and 43. RGB value is (175,41,67). Sum of RGB (Red+Green+Blue) = 175+41+67=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2943 is #50D6BC. Grayscale: #545454. Windows color (decimal): -5297853 or 4401583. OLE color: 4401583.

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

Color convert

RGB 175 41 67 -
CMYK 0 0.77 0.62 0.31
HSL 348.36º 0.62% 0.42% -
HSV(B) 348.36º 0.77% 0.69% -
XYZ 19.49 11.11 6.43 -
YUV 84.03 118.39 192.89 -
System Red Green Blue C M Y K H S L
Decimal 175 41 67 0 0.77 0.62 0.31 348.36 0.62 0.42
Hex AF 29 43 0 4D 3E 1F 15C 3E 2A
Octal 257 51 103 0 115 76 37 534 76 52
Binary 10101111 101001 1000011 0 1001101 111110 11111 101011100 111110 101010

Color Harmonies of #AF2943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2943

Black with #AF2943

Text Example


Text Example

White with #AF2943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2943; }

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

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

background-color css

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

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

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

border-color css

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

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

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