Html Css Color HEX #AD1027 Carmine

📋 copy color: '#AD1027'

red 173 ◦ green 16 ◦ blue 39

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

Shades of Carmine #AD1027

Tints of Carmine #AD1027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.02%

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

R = 75.88%
G = 7.02%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD1027 (or 0xAD1027) is known color: Carmine. HEX triplet: AD, 10 and 27. RGB value is (173,16,39). Sum of RGB (Red+Green+Blue) = 173+16+39=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1027 is #52EFD8. Grayscale: #414141. Windows color (decimal): -5435353 or 2560173. OLE color: 2560173.

HSL color Cylindrical-coordinate representation of color #AD1027: hue angle of 351.21º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD1027 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 16 39 -
CMYK 0 0.91 0.77 0.32
HSL 351.21º 0.83% 0.37% -
HSV(B) 351.21º 0.91% 0.68% -
XYZ 17.79 9.4 2.8 -
YUV 65.57 113.01 204.63 -
System Red Green Blue C M Y K H S L
Decimal 173 16 39 0 0.91 0.77 0.32 351.21 0.83 0.37
Hex AD 10 27 0 5B 4D 20 15F 53 25
Octal 255 20 47 0 133 115 40 537 123 45
Binary 10101101 10000 100111 0 1011011 1001101 100000 101011111 1010011 100101

Color Harmonies of #AD1027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1027

Black with #AD1027

Text Example


Text Example

White with #AD1027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1027; }

 p { color: rgb(173,16,39); }

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

background-color css

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

 a { background-color: rgb(173,16,39); }

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

border-color css

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

 span { border-color: rgb(173,16,39); }

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