Html Css Color HEX #AF4027 Medium Carmine

📋 copy color: '#AF4027'

red 175 ◦ green 64 ◦ blue 39

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

Shades of Medium Carmine #AF4027

Tints of Medium Carmine #AF4027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.03%

R = 62.95%
G = 23.02%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF4027 (or 0xAF4027) is known color: Medium Carmine. HEX triplet: AF, 40 and 27. RGB value is (175,64,39). Sum of RGB (Red+Green+Blue) = 175+64+39=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4027 is #50BFD8. Grayscale: #5E5E5E. Windows color (decimal): -5291993 or 2572463. OLE color: 2572463.

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

Color convert

RGB 175 64 39 -
CMYK 0 0.63 0.78 0.31
HSL 11.03º 0.64% 0.42% -
HSV(B) 11.03º 0.78% 0.69% -
XYZ 19.88 12.93 3.37 -
YUV 94.34 96.77 185.53 -
System Red Green Blue C M Y K H S L
Decimal 175 64 39 0 0.63 0.78 0.31 11.03 0.64 0.42
Hex AF 40 27 0 3F 4E 1F B 40 2A
Octal 257 100 47 0 77 116 37 13 100 52
Binary 10101111 1000000 100111 0 111111 1001110 11111 1011 1000000 101010

Color Harmonies of #AF4027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4027

Black with #AF4027

Text Example


Text Example

White with #AF4027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4027; }

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

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

background-color css

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

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

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

border-color css

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

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

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