Html Css Color HEX #AD041A Carmine

📋 copy color: '#AD041A'

red 173 ◦ green 4 ◦ blue 26

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

Shades of Carmine #AD041A

Tints of Carmine #AD041A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.81%

R = 85.22%
G = 1.97%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD041A (or 0xAD041A) is known color: Carmine. HEX triplet: AD, 04 and 1A. RGB value is (173,4,26). Sum of RGB (Red+Green+Blue) = 173+4+26=203 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.22% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 173 - color contains mainly: red. Hex color #AD041A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD041A is #52FBE5. Grayscale: #393939. Windows color (decimal): -5438438 or 1705133. OLE color: 1705133.

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

Color convert

RGB 173 4 26 -
CMYK 0 0.98 0.85 0.32
HSL 352.19º 0.95% 0.35% -
HSV(B) 352.19º 0.98% 0.68% -
XYZ 17.46 9.05 1.8 -
YUV 57.04 110.49 210.71 -
System Red Green Blue C M Y K H S L
Decimal 173 4 26 0 0.98 0.85 0.32 352.19 0.95 0.35
Hex AD 4 1A 0 62 55 20 160 5F 23
Octal 255 4 32 0 142 125 40 540 137 43
Binary 10101101 100 11010 0 1100010 1010101 100000 101100000 1011111 100011

Color Harmonies of #AD041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD041A

Black with #AD041A

Text Example


Text Example

White with #AD041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD041A; }

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

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

background-color css

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

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

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

border-color css

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

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

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