Html Css Color HEX #AF3826 Medium Carmine

📋 copy color: '#AF3826'

red 175 ◦ green 56 ◦ blue 38

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

Shades of Medium Carmine #AF3826

Tints of Medium Carmine #AF3826

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.82%

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

R = 65.06%
G = 20.82%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF3826 (or 0xAF3826) is known color: Medium Carmine. HEX triplet: AF, 38 and 26. RGB value is (175,56,38). Sum of RGB (Red+Green+Blue) = 175+56+38=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3826 is #50C7D9. Grayscale: #595959. Windows color (decimal): -5294042 or 2504879. OLE color: 2504879.

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

Color convert

RGB 175 56 38 -
CMYK 0 0.68 0.78 0.31
HSL 7.88º 0.64% 0.42% -
HSV(B) 7.88º 0.78% 0.69% -
XYZ 19.44 12.08 3.14 -
YUV 89.53 98.92 188.96 -
System Red Green Blue C M Y K H S L
Decimal 175 56 38 0 0.68 0.78 0.31 7.88 0.64 0.42
Hex AF 38 26 0 44 4E 1F 8 40 2A
Octal 257 70 46 0 104 116 37 10 100 52
Binary 10101111 111000 100110 0 1000100 1001110 11111 1000 1000000 101010

Color Harmonies of #AF3826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3826

Black with #AF3826

Text Example


Text Example

White with #AF3826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3826; }

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

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

background-color css

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

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

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

border-color css

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

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

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