Html Css Color HEX #AF4136 Medium Carmine

📋 copy color: '#AF4136'

red 175 ◦ green 65 ◦ blue 54

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

Shades of Medium Carmine #AF4136

Tints of Medium Carmine #AF4136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.11%

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

R = 59.52%
G = 22.11%
B = 18.37%

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

#AF4136 (or 0xAF4136) is known color: Medium Carmine. HEX triplet: AF, 41 and 36. RGB value is (175,65,54). Sum of RGB (Red+Green+Blue) = 175+65+54=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4136 is #50BEC9. Grayscale: #606060. Windows color (decimal): -5291722 or 3555759. OLE color: 3555759.

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

Color convert

RGB 175 65 54 -
CMYK 0 0.63 0.69 0.31
HSL 5.45º 0.53% 0.45% -
HSV(B) 5.45º 0.69% 0.69% -
XYZ 20.24 13.16 4.96 -
YUV 96.64 103.94 183.89 -
System Red Green Blue C M Y K H S L
Decimal 175 65 54 0 0.63 0.69 0.31 5.45 0.53 0.45
Hex AF 41 36 0 3F 45 1F 5 35 2D
Octal 257 101 66 0 77 105 37 5 65 55
Binary 10101111 1000001 110110 0 111111 1000101 11111 101 110101 101101

Color Harmonies of #AF4136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4136

Black with #AF4136

Text Example


Text Example

White with #AF4136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4136; }

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

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

background-color css

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

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

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

border-color css

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

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

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