Html Css Color HEX #AF3722 Medium Carmine

📋 copy color: '#AF3722'

red 175 ◦ green 55 ◦ blue 34

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

Shades of Medium Carmine #AF3722

Tints of Medium Carmine #AF3722

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.83%

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

R = 66.29%
G = 20.83%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF3722 (or 0xAF3722) is known color: Medium Carmine. HEX triplet: AF, 37 and 22. RGB value is (175,55,34). Sum of RGB (Red+Green+Blue) = 175+55+34=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3722 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3722 is #50C8DD. Grayscale: #585858. Windows color (decimal): -5294302 or 2242479. OLE color: 2242479.

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

Color convert

RGB 175 55 34 -
CMYK 0 0.69 0.81 0.31
HSL 8.94º 0.67% 0.41% -
HSV(B) 8.94º 0.81% 0.69% -
XYZ 19.33 11.96 2.8 -
YUV 88.49 97.26 189.71 -
System Red Green Blue C M Y K H S L
Decimal 175 55 34 0 0.69 0.81 0.31 8.94 0.67 0.41
Hex AF 37 22 0 45 51 1F 9 43 29
Octal 257 67 42 0 105 121 37 11 103 51
Binary 10101111 110111 100010 0 1000101 1010001 11111 1001 1000011 101001

Color Harmonies of #AF3722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3722

Black with #AF3722

Text Example


Text Example

White with #AF3722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3722; }

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

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

background-color css

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

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

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

border-color css

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

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

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