Html Css Color HEX #AF4540 Medium Carmine

📋 copy color: '#AF4540'

red 175 ◦ green 69 ◦ blue 64

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

Shades of Medium Carmine #AF4540

Tints of Medium Carmine #AF4540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.4%

 BLUE value IS 64 (25.39% from 255) = 20.78%

R = 56.82%
G = 22.4%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF4540 (or 0xAF4540) is known color: Medium Carmine. HEX triplet: AF, 45 and 40. RGB value is (175,69,64). Sum of RGB (Red+Green+Blue) = 175+69+64=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4540 is #50BABF. Grayscale: #646464. Windows color (decimal): -5290688 or 4212143. OLE color: 4212143.

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

Color convert

RGB 175 69 64 -
CMYK 0 0.61 0.63 0.31
HSL 2.7º 0.46% 0.47% -
HSV(B) 2.7º 0.63% 0.69% -
XYZ 20.73 13.74 6.41 -
YUV 100.12 107.62 181.41 -
System Red Green Blue C M Y K H S L
Decimal 175 69 64 0 0.61 0.63 0.31 2.7 0.46 0.47
Hex AF 45 40 0 3D 3F 1F 3 2E 2F
Octal 257 105 100 0 75 77 37 3 56 57
Binary 10101111 1000101 1000000 0 111101 111111 11111 11 101110 101111

Color Harmonies of #AF4540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4540

Black with #AF4540

Text Example


Text Example

White with #AF4540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4540; }

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

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

background-color css

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

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

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

border-color css

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

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

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