Html Css Color HEX #AF422F Medium Carmine

📋 copy color: '#AF422F'

red 175 ◦ green 66 ◦ blue 47

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

Shades of Medium Carmine #AF422F

Tints of Medium Carmine #AF422F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.32%

R = 60.76%
G = 22.92%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF422F (or 0xAF422F) is known color: Medium Carmine. HEX triplet: AF, 42 and 2F. RGB value is (175,66,47). Sum of RGB (Red+Green+Blue) = 175+66+47=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF422F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF422F is #50BDD0. Grayscale: #606060. Windows color (decimal): -5291473 or 3097263. OLE color: 3097263.

HSL color Cylindrical-coordinate representation of color #AF422F: hue angle of 8.91º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF422F is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 66 47 -
CMYK 0 0.62 0.73 0.31
HSL 8.91º 0.58% 0.44% -
HSV(B) 8.91º 0.73% 0.69% -
XYZ 20.14 13.22 4.18 -
YUV 96.43 100.11 184.04 -
System Red Green Blue C M Y K H S L
Decimal 175 66 47 0 0.62 0.73 0.31 8.91 0.58 0.44
Hex AF 42 2F 0 3E 49 1F 9 3A 2C
Octal 257 102 57 0 76 111 37 11 72 54
Binary 10101111 1000010 101111 0 111110 1001001 11111 1001 111010 101100

Color Harmonies of #AF422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF422F

Black with #AF422F

Text Example


Text Example

White with #AF422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF422F; }

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

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

background-color css

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

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

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

border-color css

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

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

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