Html Css Color HEX #AD1125 Carmine

📋 copy color: '#AD1125'

red 173 ◦ green 17 ◦ blue 37

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

Shades of Carmine #AD1125

Tints of Carmine #AD1125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.49%

 BLUE value IS 37 (14.84% from 255) = 16.3%

R = 76.21%
G = 7.49%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD1125 (or 0xAD1125) is known color: Carmine. HEX triplet: AD, 11 and 25. RGB value is (173,17,37). Sum of RGB (Red+Green+Blue) = 173+17+37=227 (30% of max value = 765). Red value is 173 (67.97% from 255 or 76.21% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1125 is #52EEDA. Grayscale: #424242. Windows color (decimal): -5435099 or 2429357. OLE color: 2429357.

HSL color Cylindrical-coordinate representation of color #AD1125: hue angle of 352.31º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1125 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 17 37 -
CMYK 0 0.90 0.79 0.32
HSL 352.31º 0.82% 0.37% -
HSV(B) 352.31º 0.9% 0.68% -
XYZ 17.77 9.42 2.63 -
YUV 65.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 173 17 37 0 0.90 0.79 0.32 352.31 0.82 0.37
Hex AD 11 25 0 5A 4F 20 160 52 25
Octal 255 21 45 0 132 117 40 540 122 45
Binary 10101101 10001 100101 0 1011010 1001111 100000 101100000 1010010 100101

Color Harmonies of #AD1125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1125

Black with #AD1125

Text Example


Text Example

White with #AD1125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1125; }

 p { color: rgb(173,17,37); }

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

background-color css

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

 a { background-color: rgb(173,17,37); }

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

border-color css

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

 span { border-color: rgb(173,17,37); }

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