Html Css Color HEX #AF4535 Medium Carmine

📋 copy color: '#AF4535'

red 175 ◦ green 69 ◦ blue 53

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

Shades of Medium Carmine #AF4535

Tints of Medium Carmine #AF4535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.23%

 BLUE value IS 53 (21.09% from 255) = 17.85%

R = 58.92%
G = 23.23%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF4535 (or 0xAF4535) is known color: Medium Carmine. HEX triplet: AF, 45 and 35. RGB value is (175,69,53). Sum of RGB (Red+Green+Blue) = 175+69+53=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4535 is #50BACA. Grayscale: #636363. Windows color (decimal): -5290699 or 3491247. OLE color: 3491247.

HSL color Cylindrical-coordinate representation of color #AF4535: hue angle of 7.87º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF4535 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 69 53 -
CMYK 0 0.61 0.70 0.31
HSL 7.87º 0.54% 0.45% -
HSV(B) 7.87º 0.7% 0.69% -
XYZ 20.45 13.63 4.92 -
YUV 98.87 102.12 182.3 -
System Red Green Blue C M Y K H S L
Decimal 175 69 53 0 0.61 0.70 0.31 7.87 0.54 0.45
Hex AF 45 35 0 3D 46 1F 8 36 2D
Octal 257 105 65 0 75 106 37 10 66 55
Binary 10101111 1000101 110101 0 111101 1000110 11111 1000 110110 101101

Color Harmonies of #AF4535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4535

Black with #AF4535

Text Example


Text Example

White with #AF4535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4535; }

 p { color: rgb(175,69,53); }

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

background-color css

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

 a { background-color: rgb(175,69,53); }

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

border-color css

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

 span { border-color: rgb(175,69,53); }

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