Html Css Color HEX #AF4538 Medium Carmine

📋 copy color: '#AF4538'

red 175 ◦ green 69 ◦ blue 56

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

Shades of Medium Carmine #AF4538

Tints of Medium Carmine #AF4538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.67%

R = 58.33%
G = 23%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF4538 (or 0xAF4538) is known color: Medium Carmine. HEX triplet: AF, 45 and 38. RGB value is (175,69,56). Sum of RGB (Red+Green+Blue) = 175+69+56=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4538 is #50BAC7. Grayscale: #636363. Windows color (decimal): -5290696 or 3687855. OLE color: 3687855.

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

Color convert

RGB 175 69 56 -
CMYK 0 0.61 0.68 0.31
HSL 6.55º 0.52% 0.45% -
HSV(B) 6.55º 0.68% 0.69% -
XYZ 20.52 13.66 5.3 -
YUV 99.21 103.62 182.06 -
System Red Green Blue C M Y K H S L
Decimal 175 69 56 0 0.61 0.68 0.31 6.55 0.52 0.45
Hex AF 45 38 0 3D 44 1F 7 34 2D
Octal 257 105 70 0 75 104 37 7 64 55
Binary 10101111 1000101 111000 0 111101 1000100 11111 111 110100 101101

Color Harmonies of #AF4538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4538

Black with #AF4538

Text Example


Text Example

White with #AF4538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4538; }

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

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

background-color css

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

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

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

border-color css

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

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

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