Html Css Color HEX #AF3822 Medium Carmine

📋 copy color: '#AF3822'

red 175 ◦ green 56 ◦ blue 34

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

Shades of Medium Carmine #AF3822

Tints of Medium Carmine #AF3822

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.13%

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

R = 66.04%
G = 21.13%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF3822 (or 0xAF3822) is known color: Medium Carmine. HEX triplet: AF, 38 and 22. RGB value is (175,56,34). Sum of RGB (Red+Green+Blue) = 175+56+34=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3822 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3822 is #50C7DD. Grayscale: #595959. Windows color (decimal): -5294046 or 2242735. OLE color: 2242735.

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

Color convert

RGB 175 56 34 -
CMYK 0 0.68 0.81 0.31
HSL 9.36º 0.67% 0.41% -
HSV(B) 9.36º 0.81% 0.69% -
XYZ 19.38 12.06 2.82 -
YUV 89.07 96.92 189.29 -
System Red Green Blue C M Y K H S L
Decimal 175 56 34 0 0.68 0.81 0.31 9.36 0.67 0.41
Hex AF 38 22 0 44 51 1F 9 43 29
Octal 257 70 42 0 104 121 37 11 103 51
Binary 10101111 111000 100010 0 1000100 1010001 11111 1001 1000011 101001

Color Harmonies of #AF3822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3822

Black with #AF3822

Text Example


Text Example

White with #AF3822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3822; }

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

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

background-color css

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

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

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

border-color css

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

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

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