Html Css Color HEX #AF4228 Medium Carmine

📋 copy color: '#AF4228'

red 175 ◦ green 66 ◦ blue 40

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

Shades of Medium Carmine #AF4228

Tints of Medium Carmine #AF4228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.23%

R = 62.28%
G = 23.49%
B = 14.23%

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

#AF4228 (or 0xAF4228) is known color: Medium Carmine. HEX triplet: AF, 42 and 28. RGB value is (175,66,40). Sum of RGB (Red+Green+Blue) = 175+66+40=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4228 is #50BDD7. Grayscale: #5F5F5F. Windows color (decimal): -5291480 or 2638511. OLE color: 2638511.

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

Color convert

RGB 175 66 40 -
CMYK 0 0.62 0.77 0.31
HSL 11.56º 0.63% 0.42% -
HSV(B) 11.56º 0.77% 0.69% -
XYZ 20.01 13.16 3.49 -
YUV 95.63 96.61 184.61 -
System Red Green Blue C M Y K H S L
Decimal 175 66 40 0 0.62 0.77 0.31 11.56 0.63 0.42
Hex AF 42 28 0 3E 4D 1F C 3F 2A
Octal 257 102 50 0 76 115 37 14 77 52
Binary 10101111 1000010 101000 0 111110 1001101 11111 1100 111111 101010

Color Harmonies of #AF4228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4228

Black with #AF4228

Text Example


Text Example

White with #AF4228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4228; }

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

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

background-color css

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

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

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

border-color css

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

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

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