Html Css Color HEX #AF4132 Medium Carmine

📋 copy color: '#AF4132'

red 175 ◦ green 65 ◦ blue 50

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

Shades of Medium Carmine #AF4132

Tints of Medium Carmine #AF4132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.24%

R = 60.34%
G = 22.41%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF4132 (or 0xAF4132) is known color: Medium Carmine. HEX triplet: AF, 41 and 32. RGB value is (175,65,50). Sum of RGB (Red+Green+Blue) = 175+65+50=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4132 is #50BECD. Grayscale: #606060. Windows color (decimal): -5291726 or 3293615. OLE color: 3293615.

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

Color convert

RGB 175 65 50 -
CMYK 0 0.63 0.71 0.31
HSL 7.2º 0.56% 0.44% -
HSV(B) 7.2º 0.71% 0.69% -
XYZ 20.15 13.12 4.49 -
YUV 96.18 101.94 184.22 -
System Red Green Blue C M Y K H S L
Decimal 175 65 50 0 0.63 0.71 0.31 7.2 0.56 0.44
Hex AF 41 32 0 3F 47 1F 7 38 2C
Octal 257 101 62 0 77 107 37 7 70 54
Binary 10101111 1000001 110010 0 111111 1000111 11111 111 111000 101100

Color Harmonies of #AF4132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4132

Black with #AF4132

Text Example


Text Example

White with #AF4132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4132; }

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

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

background-color css

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

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

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

border-color css

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

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

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