Html Css Color HEX #AD031A Carmine

📋 copy color: '#AD031A'

red 173 ◦ green 3 ◦ blue 26

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

Shades of Carmine #AD031A

Tints of Carmine #AD031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

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

R = 85.64%
G = 1.49%
B = 12.87%

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

#AD031A (or 0xAD031A) is known color: Carmine. HEX triplet: AD, 03 and 1A. RGB value is (173,3,26). Sum of RGB (Red+Green+Blue) = 173+3+26=202 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.64% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 173 - color contains mainly: red. Hex color #AD031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD031A is #52FCE5. Grayscale: #383838. Windows color (decimal): -5438694 or 1704877. OLE color: 1704877.

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

Color convert

RGB 173 3 26 -
CMYK 0 0.98 0.85 0.32
HSL 351.88º 0.97% 0.35% -
HSV(B) 351.88º 0.98% 0.68% -
XYZ 17.45 9.02 1.8 -
YUV 56.45 110.82 211.13 -
System Red Green Blue C M Y K H S L
Decimal 173 3 26 0 0.98 0.85 0.32 351.88 0.97 0.35
Hex AD 3 1A 0 62 55 20 160 61 23
Octal 255 3 32 0 142 125 40 540 141 43
Binary 10101101 11 11010 0 1100010 1010101 100000 101100000 1100001 100011

Color Harmonies of #AD031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD031A

Black with #AD031A

Text Example


Text Example

White with #AD031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD031A; }

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

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

background-color css

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

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

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

border-color css

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

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

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