Html Css Color HEX #AD0419 Carmine

📋 copy color: '#AD0419'

red 173 ◦ green 4 ◦ blue 25

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

Shades of Carmine #AD0419

Tints of Carmine #AD0419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.98%

 BLUE value IS 25 (10.16% from 255) = 12.38%

R = 85.64%
G = 1.98%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD0419 (or 0xAD0419) is known color: Carmine. HEX triplet: AD, 04 and 19. RGB value is (173,4,25). Sum of RGB (Red+Green+Blue) = 173+4+25=202 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.64% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0419 is #52FBE6. Grayscale: #393939. Windows color (decimal): -5438439 or 1639597. OLE color: 1639597.

HSL color Cylindrical-coordinate representation of color #AD0419: hue angle of 352.54º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0419 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 4 25 -
CMYK 0 0.98 0.86 0.32
HSL 352.54º 0.95% 0.35% -
HSV(B) 352.54º 0.98% 0.68% -
XYZ 17.45 9.04 1.74 -
YUV 56.93 109.99 210.79 -
System Red Green Blue C M Y K H S L
Decimal 173 4 25 0 0.98 0.86 0.32 352.54 0.95 0.35
Hex AD 4 19 0 62 56 20 161 5F 23
Octal 255 4 31 0 142 126 40 541 137 43
Binary 10101101 100 11001 0 1100010 1010110 100000 101100001 1011111 100011

Color Harmonies of #AD0419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0419

Black with #AD0419

Text Example


Text Example

White with #AD0419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0419; }

 p { color: rgb(173,4,25); }

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

background-color css

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

 a { background-color: rgb(173,4,25); }

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

border-color css

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

 span { border-color: rgb(173,4,25); }

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