Html Css Color HEX #AD3826 Medium Carmine

📋 copy color: '#AD3826'

red 173 ◦ green 56 ◦ blue 38

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

Shades of Medium Carmine #AD3826

Tints of Medium Carmine #AD3826

RGB

 RED value IS 173 (67.97% from 255) = 64.79%

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

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

R = 64.79%
G = 20.97%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD3826 (or 0xAD3826) is known color: Medium Carmine. HEX triplet: AD, 38 and 26. RGB value is (173,56,38). Sum of RGB (Red+Green+Blue) = 173+56+38=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3826 is #52C7D9. Grayscale: #595959. Windows color (decimal): -5425114 or 2504877. OLE color: 2504877.

HSL color Cylindrical-coordinate representation of color #AD3826: hue angle of 8º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD3826 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 56 38 -
CMYK 0 0.68 0.78 0.32
HSL 0.64% 0.41% -
HSV(B) 0.78% 0.68% -
XYZ 19 11.85 3.12 -
YUV 88.93 99.26 187.96 -
System Red Green Blue C M Y K H S L
Decimal 173 56 38 0 0.68 0.78 0.32 8 0.64 0.41
Hex AD 38 26 0 44 4E 20 8 40 29
Octal 255 70 46 0 104 116 40 10 100 51
Binary 10101101 111000 100110 0 1000100 1001110 100000 1000 1000000 101001

Color Harmonies of #AD3826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3826

Black with #AD3826

Text Example


Text Example

White with #AD3826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3826; }

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

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

background-color css

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

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

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

border-color css

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

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

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