Html Css Color HEX #AD051E Carmine

📋 copy color: '#AD051E'

red 173 ◦ green 5 ◦ blue 30

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

Shades of Carmine #AD051E

Tints of Carmine #AD051E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.42%

R = 83.17%
G = 2.4%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD051E (or 0xAD051E) is known color: Carmine. HEX triplet: AD, 05 and 1E. RGB value is (173,5,30). Sum of RGB (Red+Green+Blue) = 173+5+30=208 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.17% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 173 - color contains mainly: red. Hex color #AD051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD051E is #52FAE1. Grayscale: #3A3A3A. Windows color (decimal): -5438178 or 1967533. OLE color: 1967533.

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

Color convert

RGB 173 5 30 -
CMYK 0 0.97 0.83 0.32
HSL 351.07º 0.94% 0.35% -
HSV(B) 351.07º 0.97% 0.68% -
XYZ 17.52 9.09 2.06 -
YUV 58.08 112.16 209.97 -
System Red Green Blue C M Y K H S L
Decimal 173 5 30 0 0.97 0.83 0.32 351.07 0.94 0.35
Hex AD 5 1E 0 61 53 20 15F 5E 23
Octal 255 5 36 0 141 123 40 537 136 43
Binary 10101101 101 11110 0 1100001 1010011 100000 101011111 1011110 100011

Color Harmonies of #AD051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD051E

Black with #AD051E

Text Example


Text Example

White with #AD051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD051E; }

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

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

background-color css

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

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

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

border-color css

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

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

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