Html Css Color HEX #AF4133 Medium Carmine

📋 copy color: '#AF4133'

red 175 ◦ green 65 ◦ blue 51

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

Shades of Medium Carmine #AF4133

Tints of Medium Carmine #AF4133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.53%

R = 60.14%
G = 22.34%
B = 17.53%

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

#AF4133 (or 0xAF4133) is known color: Medium Carmine. HEX triplet: AF, 41 and 33. RGB value is (175,65,51). Sum of RGB (Red+Green+Blue) = 175+65+51=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4133 is #50BECC. Grayscale: #606060. Windows color (decimal): -5291725 or 3359151. OLE color: 3359151.

HSL color Cylindrical-coordinate representation of color #AF4133: hue angle of 6.77º degrees, saturation: 0.55, 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 #AF4133 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 65 51 -
CMYK 0 0.63 0.71 0.31
HSL 6.77º 0.55% 0.44% -
HSV(B) 6.77º 0.71% 0.69% -
XYZ 20.17 13.13 4.6 -
YUV 96.29 102.44 184.14 -
System Red Green Blue C M Y K H S L
Decimal 175 65 51 0 0.63 0.71 0.31 6.77 0.55 0.44
Hex AF 41 33 0 3F 47 1F 7 37 2C
Octal 257 101 63 0 77 107 37 7 67 54
Binary 10101111 1000001 110011 0 111111 1000111 11111 111 110111 101100

Color Harmonies of #AF4133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4133

Black with #AF4133

Text Example


Text Example

White with #AF4133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4133; }

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

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

background-color css

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

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

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

border-color css

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

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

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