Html Css Color HEX #AD1025 Carmine

📋 copy color: '#AD1025'

red 173 ◦ green 16 ◦ blue 37

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

Shades of Carmine #AD1025

Tints of Carmine #AD1025

RGB

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

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

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

R = 76.55%
G = 7.08%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD1025 (or 0xAD1025) is known color: Carmine. HEX triplet: AD, 10 and 25. RGB value is (173,16,37). Sum of RGB (Red+Green+Blue) = 173+16+37=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1025 is #52EFDA. Grayscale: #414141. Windows color (decimal): -5435355 or 2429101. OLE color: 2429101.

HSL color Cylindrical-coordinate representation of color #AD1025: hue angle of 351.97º 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 #AD1025 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 16 37 -
CMYK 0 0.91 0.79 0.32
HSL 351.97º 0.83% 0.37% -
HSV(B) 351.97º 0.91% 0.68% -
XYZ 17.75 9.39 2.63 -
YUV 65.34 112.01 204.79 -
System Red Green Blue C M Y K H S L
Decimal 173 16 37 0 0.91 0.79 0.32 351.97 0.83 0.37
Hex AD 10 25 0 5B 4F 20 160 53 25
Octal 255 20 45 0 133 117 40 540 123 45
Binary 10101101 10000 100101 0 1011011 1001111 100000 101100000 1010011 100101

Color Harmonies of #AD1025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1025

Black with #AD1025

Text Example


Text Example

White with #AD1025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1025; }

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

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

background-color css

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

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

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

border-color css

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

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

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