Html Css Color HEX #AF4036 Medium Carmine

📋 copy color: '#AF4036'

red 175 ◦ green 64 ◦ blue 54

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

Shades of Medium Carmine #AF4036

Tints of Medium Carmine #AF4036

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.84%

 BLUE value IS 54 (21.48% from 255) = 18.43%

R = 59.73%
G = 21.84%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF4036 (or 0xAF4036) is known color: Medium Carmine. HEX triplet: AF, 40 and 36. RGB value is (175,64,54). Sum of RGB (Red+Green+Blue) = 175+64+54=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4036 is #50BFC9. Grayscale: #606060. Windows color (decimal): -5291978 or 3555503. OLE color: 3555503.

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

Color convert

RGB 175 64 54 -
CMYK 0 0.63 0.69 0.31
HSL 4.96º 0.53% 0.45% -
HSV(B) 4.96º 0.69% 0.69% -
XYZ 20.18 13.05 4.94 -
YUV 96.05 104.27 184.31 -
System Red Green Blue C M Y K H S L
Decimal 175 64 54 0 0.63 0.69 0.31 4.96 0.53 0.45
Hex AF 40 36 0 3F 45 1F 5 35 2D
Octal 257 100 66 0 77 105 37 5 65 55
Binary 10101111 1000000 110110 0 111111 1000101 11111 101 110101 101101

Color Harmonies of #AF4036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4036

Black with #AF4036

Text Example


Text Example

White with #AF4036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4036; }

 p { color: rgb(175,64,54); }

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

background-color css

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

 a { background-color: rgb(175,64,54); }

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

border-color css

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

 span { border-color: rgb(175,64,54); }

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