Html Css Color HEX #AF442A Medium Carmine

📋 copy color: '#AF442A'

red 175 ◦ green 68 ◦ blue 42

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

Shades of Medium Carmine #AF442A

Tints of Medium Carmine #AF442A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.86%

 BLUE value IS 42 (16.8% from 255) = 14.74%

R = 61.4%
G = 23.86%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF442A (or 0xAF442A) is known color: Medium Carmine. HEX triplet: AF, 44 and 2A. RGB value is (175,68,42). Sum of RGB (Red+Green+Blue) = 175+68+42=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF442A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF442A is #50BBD5. Grayscale: #616161. Windows color (decimal): -5290966 or 2770095. OLE color: 2770095.

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

Color convert

RGB 175 68 42 -
CMYK 0 0.61 0.76 0.31
HSL 11.73º 0.61% 0.43% -
HSV(B) 11.73º 0.76% 0.69% -
XYZ 20.16 13.42 3.72 -
YUV 97.03 96.95 183.61 -
System Red Green Blue C M Y K H S L
Decimal 175 68 42 0 0.61 0.76 0.31 11.73 0.61 0.43
Hex AF 44 2A 0 3D 4C 1F C 3D 2B
Octal 257 104 52 0 75 114 37 14 75 53
Binary 10101111 1000100 101010 0 111101 1001100 11111 1100 111101 101011

Color Harmonies of #AF442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF442A

Black with #AF442A

Text Example


Text Example

White with #AF442A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF442A; }

 p { color: rgb(175,68,42); }

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

background-color css

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

 a { background-color: rgb(175,68,42); }

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

border-color css

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

 span { border-color: rgb(175,68,42); }

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