Html Css Color HEX #AF462F Medium Carmine

📋 copy color: '#AF462F'

red 175 ◦ green 70 ◦ blue 47

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

Shades of Medium Carmine #AF462F

Tints of Medium Carmine #AF462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.97%

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

R = 59.93%
G = 23.97%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF462F (or 0xAF462F) is known color: Medium Carmine. HEX triplet: AF, 46 and 2F. RGB value is (175,70,47). Sum of RGB (Red+Green+Blue) = 175+70+47=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF462F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF462F is #50B9D0. Grayscale: #626262. Windows color (decimal): -5290449 or 3098287. OLE color: 3098287.

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

Color convert

RGB 175 70 47 -
CMYK 0 0.60 0.73 0.31
HSL 10.78º 0.58% 0.44% -
HSV(B) 10.78º 0.73% 0.69% -
XYZ 20.38 13.7 4.26 -
YUV 98.77 98.79 182.37 -
System Red Green Blue C M Y K H S L
Decimal 175 70 47 0 0.60 0.73 0.31 10.78 0.58 0.44
Hex AF 46 2F 0 3C 49 1F B 3A 2C
Octal 257 106 57 0 74 111 37 13 72 54
Binary 10101111 1000110 101111 0 111100 1001001 11111 1011 111010 101100

Color Harmonies of #AF462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF462F

Black with #AF462F

Text Example


Text Example

White with #AF462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF462F; }

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

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

background-color css

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

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

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

border-color css

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

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

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