Html Css Color HEX #AF3F22 Medium Carmine

📋 copy color: '#AF3F22'

red 175 ◦ green 63 ◦ blue 34

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

Shades of Medium Carmine #AF3F22

Tints of Medium Carmine #AF3F22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.5%

R = 64.34%
G = 23.16%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF3F22 (or 0xAF3F22) is known color: Medium Carmine. HEX triplet: AF, 3F and 22. RGB value is (175,63,34). Sum of RGB (Red+Green+Blue) = 175+63+34=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3F22 is #50C0DD. Grayscale: #5D5D5D. Windows color (decimal): -5292254 or 2244527. OLE color: 2244527.

HSL color Cylindrical-coordinate representation of color #AF3F22: hue angle of 12.34º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF3F22 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 63 34 -
CMYK 0 0.64 0.81 0.31
HSL 12.34º 0.67% 0.41% -
HSV(B) 12.34º 0.81% 0.69% -
XYZ 19.75 12.78 2.94 -
YUV 93.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 175 63 34 0 0.64 0.81 0.31 12.34 0.67 0.41
Hex AF 3F 22 0 40 51 1F C 43 29
Octal 257 77 42 0 100 121 37 14 103 51
Binary 10101111 111111 100010 0 1000000 1010001 11111 1100 1000011 101001

Color Harmonies of #AF3F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3F22

Black with #AF3F22

Text Example


Text Example

White with #AF3F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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