Html Css Color HEX #AF4733 Medium Carmine

📋 copy color: '#AF4733'

red 175 ◦ green 71 ◦ blue 51

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

Shades of Medium Carmine #AF4733

Tints of Medium Carmine #AF4733

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.91%

 BLUE value IS 51 (20.31% from 255) = 17.17%

R = 58.92%
G = 23.91%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF4733 (or 0xAF4733) is known color: Medium Carmine. HEX triplet: AF, 47 and 33. RGB value is (175,71,51). Sum of RGB (Red+Green+Blue) = 175+71+51=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4733 is #50B8CC. Grayscale: #646464. Windows color (decimal): -5290189 or 3360687. OLE color: 3360687.

HSL color Cylindrical-coordinate representation of color #AF4733: hue angle of 9.68º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF4733 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 71 51 -
CMYK 0 0.59 0.71 0.31
HSL 9.68º 0.55% 0.44% -
HSV(B) 9.68º 0.71% 0.69% -
XYZ 20.53 13.86 4.73 -
YUV 99.82 100.46 181.63 -
System Red Green Blue C M Y K H S L
Decimal 175 71 51 0 0.59 0.71 0.31 9.68 0.55 0.44
Hex AF 47 33 0 3B 47 1F A 37 2C
Octal 257 107 63 0 73 107 37 12 67 54
Binary 10101111 1000111 110011 0 111011 1000111 11111 1010 110111 101100

Color Harmonies of #AF4733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4733

Black with #AF4733

Text Example


Text Example

White with #AF4733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4733; }

 p { color: rgb(175,71,51); }

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

background-color css

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

 a { background-color: rgb(175,71,51); }

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

border-color css

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

 span { border-color: rgb(175,71,51); }

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