Html Css Color HEX #AF422C Medium Carmine

📋 copy color: '#AF422C'

red 175 ◦ green 66 ◦ blue 44

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

Shades of Medium Carmine #AF422C

Tints of Medium Carmine #AF422C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.44%

R = 61.4%
G = 23.16%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF422C (or 0xAF422C) is known color: Medium Carmine. HEX triplet: AF, 42 and 2C. RGB value is (175,66,44). Sum of RGB (Red+Green+Blue) = 175+66+44=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF422C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF422C is #50BDD3. Grayscale: #606060. Windows color (decimal): -5291476 or 2900655. OLE color: 2900655.

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

Color convert

RGB 175 66 44 -
CMYK 0 0.62 0.75 0.31
HSL 10.08º 0.6% 0.43% -
HSV(B) 10.08º 0.75% 0.69% -
XYZ 20.08 13.19 3.87 -
YUV 96.08 98.61 184.29 -
System Red Green Blue C M Y K H S L
Decimal 175 66 44 0 0.62 0.75 0.31 10.08 0.6 0.43
Hex AF 42 2C 0 3E 4B 1F A 3C 2B
Octal 257 102 54 0 76 113 37 12 74 53
Binary 10101111 1000010 101100 0 111110 1001011 11111 1010 111100 101011

Color Harmonies of #AF422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF422C

Black with #AF422C

Text Example


Text Example

White with #AF422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF422C; }

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

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

background-color css

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

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

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

border-color css

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

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

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