Html Css Color HEX #AF4125 Medium Carmine

📋 copy color: '#AF4125'

red 175 ◦ green 65 ◦ blue 37

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

Shades of Medium Carmine #AF4125

Tints of Medium Carmine #AF4125

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

 BLUE value IS 37 (14.84% from 255) = 13.36%

R = 63.18%
G = 23.47%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF4125 (or 0xAF4125) is known color: Medium Carmine. HEX triplet: AF, 41 and 25. RGB value is (175,65,37). Sum of RGB (Red+Green+Blue) = 175+65+37=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4125 is #50BEDA. Grayscale: #5E5E5E. Windows color (decimal): -5291739 or 2441647. OLE color: 2441647.

HSL color Cylindrical-coordinate representation of color #AF4125: hue angle of 12.17º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF4125 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 65 37 -
CMYK 0 0.63 0.79 0.31
HSL 12.17º 0.65% 0.42% -
HSV(B) 12.17º 0.79% 0.69% -
XYZ 19.9 13.03 3.22 -
YUV 94.7 95.44 185.28 -
System Red Green Blue C M Y K H S L
Decimal 175 65 37 0 0.63 0.79 0.31 12.17 0.65 0.42
Hex AF 41 25 0 3F 4F 1F C 41 2A
Octal 257 101 45 0 77 117 37 14 101 52
Binary 10101111 1000001 100101 0 111111 1001111 11111 1100 1000001 101010

Color Harmonies of #AF4125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4125

Black with #AF4125

Text Example


Text Example

White with #AF4125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4125; }

 p { color: rgb(175,65,37); }

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

background-color css

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

 a { background-color: rgb(175,65,37); }

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

border-color css

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

 span { border-color: rgb(175,65,37); }

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