Html Css Color HEX #AF4531 Medium Carmine

📋 copy color: '#AF4531'

red 175 ◦ green 69 ◦ blue 49

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

Shades of Medium Carmine #AF4531

Tints of Medium Carmine #AF4531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.72%

R = 59.73%
G = 23.55%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF4531 (or 0xAF4531) is known color: Medium Carmine. HEX triplet: AF, 45 and 31. RGB value is (175,69,49). Sum of RGB (Red+Green+Blue) = 175+69+49=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4531 is #50BACE. Grayscale: #626262. Windows color (decimal): -5290703 or 3229103. OLE color: 3229103.

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

Color convert

RGB 175 69 49 -
CMYK 0 0.61 0.72 0.31
HSL 9.52º 0.56% 0.44% -
HSV(B) 9.52º 0.72% 0.69% -
XYZ 20.36 13.59 4.46 -
YUV 98.41 100.12 182.63 -
System Red Green Blue C M Y K H S L
Decimal 175 69 49 0 0.61 0.72 0.31 9.52 0.56 0.44
Hex AF 45 31 0 3D 48 1F A 38 2C
Octal 257 105 61 0 75 110 37 12 70 54
Binary 10101111 1000101 110001 0 111101 1001000 11111 1010 111000 101100

Color Harmonies of #AF4531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4531

Black with #AF4531

Text Example


Text Example

White with #AF4531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4531; }

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

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

background-color css

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

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

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

border-color css

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

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

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