Html Css Color HEX #AD050E Carmine

📋 copy color: '#AD050E'

red 173 ◦ green 5 ◦ blue 14

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

Shades of Carmine #AD050E

Tints of Carmine #AD050E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.29%

R = 90.1%
G = 2.6%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD050E (or 0xAD050E) is known color: Carmine. HEX triplet: AD, 05 and 0E. RGB value is (173,5,14). Sum of RGB (Red+Green+Blue) = 173+5+14=192 (25% of max value = 765). Red value is 173 (67.97% from 255 or 90.10% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 173 - color contains mainly: red. Hex color #AD050E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD050E is #52FAF1. Grayscale: #383838. Windows color (decimal): -5438194 or 918957. OLE color: 918957.

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

Color convert

RGB 173 5 14 -
CMYK 0 0.97 0.92 0.32
HSL 356.79º 0.94% 0.35% -
HSV(B) 356.79º 0.97% 0.68% -
XYZ 17.37 9.02 1.24 -
YUV 56.26 104.16 211.27 -
System Red Green Blue C M Y K H S L
Decimal 173 5 14 0 0.97 0.92 0.32 356.79 0.94 0.35
Hex AD 5 E 0 61 5C 20 165 5E 23
Octal 255 5 16 0 141 134 40 545 136 43
Binary 10101101 101 1110 0 1100001 1011100 100000 101100101 1011110 100011

Color Harmonies of #AD050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD050E

Black with #AD050E

Text Example


Text Example

White with #AD050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD050E; }

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

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

background-color css

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

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

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

border-color css

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

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

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