Html Css Color HEX #AF3F28 Medium Carmine

📋 copy color: '#AF3F28'

red 175 ◦ green 63 ◦ blue 40

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

Shades of Medium Carmine #AF3F28

Tints of Medium Carmine #AF3F28

RGB

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

 GREEN value IS 63 (25% from 255) = 22.66%

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

R = 62.95%
G = 22.66%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF3F28 (or 0xAF3F28) is known color: Medium Carmine. HEX triplet: AF, 3F and 28. RGB value is (175,63,40). Sum of RGB (Red+Green+Blue) = 175+63+40=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3F28 is #50C0D7. Grayscale: #5E5E5E. Windows color (decimal): -5292248 or 2637743. OLE color: 2637743.

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

Color convert

RGB 175 63 40 -
CMYK 0 0.64 0.77 0.31
HSL 10.22º 0.63% 0.42% -
HSV(B) 10.22º 0.77% 0.69% -
XYZ 19.84 12.82 3.44 -
YUV 93.87 97.61 185.87 -
System Red Green Blue C M Y K H S L
Decimal 175 63 40 0 0.64 0.77 0.31 10.22 0.63 0.42
Hex AF 3F 28 0 40 4D 1F A 3F 2A
Octal 257 77 50 0 100 115 37 12 77 52
Binary 10101111 111111 101000 0 1000000 1001101 11111 1010 111111 101010

Color Harmonies of #AF3F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3F28

Black with #AF3F28

Text Example


Text Example

White with #AF3F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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