Html Css Color HEX #AD051A Carmine

📋 copy color: '#AD051A'

red 173 ◦ green 5 ◦ blue 26

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

Shades of Carmine #AD051A

Tints of Carmine #AD051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.45%

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

R = 84.8%
G = 2.45%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD051A (or 0xAD051A) is known color: Carmine. HEX triplet: AD, 05 and 1A. RGB value is (173,5,26). Sum of RGB (Red+Green+Blue) = 173+5+26=204 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.80% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 173 - color contains mainly: red. Hex color #AD051A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD051A is #52FAE5. Grayscale: #393939. Windows color (decimal): -5438182 or 1705389. OLE color: 1705389.

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

Color convert

RGB 173 5 26 -
CMYK 0 0.97 0.85 0.32
HSL 352.5º 0.94% 0.35% -
HSV(B) 352.5º 0.97% 0.68% -
XYZ 17.47 9.07 1.81 -
YUV 57.63 110.16 210.29 -
System Red Green Blue C M Y K H S L
Decimal 173 5 26 0 0.97 0.85 0.32 352.5 0.94 0.35
Hex AD 5 1A 0 61 55 20 160 5E 23
Octal 255 5 32 0 141 125 40 540 136 43
Binary 10101101 101 11010 0 1100001 1010101 100000 101100000 1011110 100011

Color Harmonies of #AD051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD051A

Black with #AD051A

Text Example


Text Example

White with #AD051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD051A; }

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

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

background-color css

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

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

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

border-color css

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

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

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