Html Css Color HEX #AF4229 Medium Carmine

📋 copy color: '#AF4229'

red 175 ◦ green 66 ◦ blue 41

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

Shades of Medium Carmine #AF4229

Tints of Medium Carmine #AF4229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.4%

 BLUE value IS 41 (16.41% from 255) = 14.54%

R = 62.06%
G = 23.4%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF4229 (or 0xAF4229) is known color: Medium Carmine. HEX triplet: AF, 42 and 29. RGB value is (175,66,41). Sum of RGB (Red+Green+Blue) = 175+66+41=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4229 is #50BDD6. Grayscale: #5F5F5F. Windows color (decimal): -5291479 or 2704047. OLE color: 2704047.

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

Color convert

RGB 175 66 41 -
CMYK 0 0.62 0.77 0.31
HSL 11.19º 0.62% 0.42% -
HSV(B) 11.19º 0.77% 0.69% -
XYZ 20.03 13.17 3.58 -
YUV 95.74 97.11 184.53 -
System Red Green Blue C M Y K H S L
Decimal 175 66 41 0 0.62 0.77 0.31 11.19 0.62 0.42
Hex AF 42 29 0 3E 4D 1F B 3E 2A
Octal 257 102 51 0 76 115 37 13 76 52
Binary 10101111 1000010 101001 0 111110 1001101 11111 1011 111110 101010

Color Harmonies of #AF4229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4229

Black with #AF4229

Text Example


Text Example

White with #AF4229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4229; }

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

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

background-color css

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

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

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

border-color css

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

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

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