Html Css Color HEX #AF4437 Medium Carmine

📋 copy color: '#AF4437'

red 175 ◦ green 68 ◦ blue 55

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

Shades of Medium Carmine #AF4437

Tints of Medium Carmine #AF4437

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.82%

 BLUE value IS 55 (21.88% from 255) = 18.46%

R = 58.72%
G = 22.82%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF4437 (or 0xAF4437) is known color: Medium Carmine. HEX triplet: AF, 44 and 37. RGB value is (175,68,55). Sum of RGB (Red+Green+Blue) = 175+68+55=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4437 is #50BBC8. Grayscale: #626262. Windows color (decimal): -5290953 or 3622063. OLE color: 3622063.

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

Color convert

RGB 175 68 55 -
CMYK 0 0.61 0.69 0.31
HSL 6.5º 0.52% 0.45% -
HSV(B) 6.5º 0.69% 0.69% -
XYZ 20.44 13.52 5.15 -
YUV 98.51 103.45 182.56 -
System Red Green Blue C M Y K H S L
Decimal 175 68 55 0 0.61 0.69 0.31 6.5 0.52 0.45
Hex AF 44 37 0 3D 45 1F 6 34 2D
Octal 257 104 67 0 75 105 37 6 64 55
Binary 10101111 1000100 110111 0 111101 1000101 11111 110 110100 101101

Color Harmonies of #AF4437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4437

Black with #AF4437

Text Example


Text Example

White with #AF4437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4437; }

 p { color: rgb(175,68,55); }

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

background-color css

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

 a { background-color: rgb(175,68,55); }

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

border-color css

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

 span { border-color: rgb(175,68,55); }

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