Html Css Color HEX #AF4033 Medium Carmine

📋 copy color: '#AF4033'

red 175 ◦ green 64 ◦ blue 51

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

Shades of Medium Carmine #AF4033

Tints of Medium Carmine #AF4033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.07%

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

R = 60.34%
G = 22.07%
B = 17.59%

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

#AF4033 (or 0xAF4033) is known color: Medium Carmine. HEX triplet: AF, 40 and 33. RGB value is (175,64,51). Sum of RGB (Red+Green+Blue) = 175+64+51=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4033 is #50BFCC. Grayscale: #5F5F5F. Windows color (decimal): -5291981 or 3358895. OLE color: 3358895.

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

Color convert

RGB 175 64 51 -
CMYK 0 0.63 0.71 0.31
HSL 6.29º 0.55% 0.44% -
HSV(B) 6.29º 0.71% 0.69% -
XYZ 20.11 13.02 4.59 -
YUV 95.71 102.77 184.56 -
System Red Green Blue C M Y K H S L
Decimal 175 64 51 0 0.63 0.71 0.31 6.29 0.55 0.44
Hex AF 40 33 0 3F 47 1F 6 37 2C
Octal 257 100 63 0 77 107 37 6 67 54
Binary 10101111 1000000 110011 0 111111 1000111 11111 110 110111 101100

Color Harmonies of #AF4033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4033

Black with #AF4033

Text Example


Text Example

White with #AF4033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4033; }

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

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

background-color css

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

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

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

border-color css

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

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

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