Html Css Color HEX #AF4026 Medium Carmine

📋 copy color: '#AF4026'

red 175 ◦ green 64 ◦ blue 38

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

Shades of Medium Carmine #AF4026

Tints of Medium Carmine #AF4026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.72%

R = 63.18%
G = 23.1%
B = 13.72%

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

#AF4026 (or 0xAF4026) is known color: Medium Carmine. HEX triplet: AF, 40 and 26. RGB value is (175,64,38). Sum of RGB (Red+Green+Blue) = 175+64+38=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4026 is #50BFD9. Grayscale: #5E5E5E. Windows color (decimal): -5291994 or 2506927. OLE color: 2506927.

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

Color convert

RGB 175 64 38 -
CMYK 0 0.63 0.78 0.31
HSL 11.39º 0.64% 0.42% -
HSV(B) 11.39º 0.78% 0.69% -
XYZ 19.86 12.92 3.28 -
YUV 94.23 96.27 185.61 -
System Red Green Blue C M Y K H S L
Decimal 175 64 38 0 0.63 0.78 0.31 11.39 0.64 0.42
Hex AF 40 26 0 3F 4E 1F B 40 2A
Octal 257 100 46 0 77 116 37 13 100 52
Binary 10101111 1000000 100110 0 111111 1001110 11111 1011 1000000 101010

Color Harmonies of #AF4026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4026

Black with #AF4026

Text Example


Text Example

White with #AF4026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4026; }

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

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

background-color css

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

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

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

border-color css

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

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

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