Html Css Color HEX #AF4329 Medium Carmine

📋 copy color: '#AF4329'

red 175 ◦ green 67 ◦ blue 41

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

Shades of Medium Carmine #AF4329

Tints of Medium Carmine #AF4329

RGB

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

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

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

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

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

#AF4329 (or 0xAF4329) is known color: Medium Carmine. HEX triplet: AF, 43 and 29. RGB value is (175,67,41). Sum of RGB (Red+Green+Blue) = 175+67+41=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4329 is #50BCD6. Grayscale: #606060. Windows color (decimal): -5291223 or 2704303. OLE color: 2704303.

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

Color convert

RGB 175 67 41 -
CMYK 0 0.62 0.77 0.31
HSL 11.64º 0.62% 0.42% -
HSV(B) 11.64º 0.77% 0.69% -
XYZ 20.09 13.29 3.6 -
YUV 96.33 96.78 184.11 -
System Red Green Blue C M Y K H S L
Decimal 175 67 41 0 0.62 0.77 0.31 11.64 0.62 0.42
Hex AF 43 29 0 3E 4D 1F C 3E 2A
Octal 257 103 51 0 76 115 37 14 76 52
Binary 10101111 1000011 101001 0 111110 1001101 11111 1100 111110 101010

Color Harmonies of #AF4329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4329

Black with #AF4329

Text Example


Text Example

White with #AF4329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4329; }

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

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

background-color css

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

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

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

border-color css

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

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

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