Html Css Color HEX #AD010E Carmine

📋 copy color: '#AD010E'

red 173 ◦ green 1 ◦ blue 14

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

Shades of Carmine #AD010E

Tints of Carmine #AD010E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 92.02%
G = 0.53%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD010E (or 0xAD010E) is known color: Carmine. HEX triplet: AD, 01 and 0E. RGB value is (173,1,14). Sum of RGB (Red+Green+Blue) = 173+1+14=188 (24% of max value = 765). Red value is 173 (67.97% from 255 or 92.02% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 173 - color contains mainly: red. Hex color #AD010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD010E is #52FEF1. Grayscale: #363636. Windows color (decimal): -5439218 or 917933. OLE color: 917933.

HSL color Cylindrical-coordinate representation of color #AD010E: hue angle of 355.47º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD010E is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 1 14 -
CMYK 0 0.99 0.92 0.32
HSL 355.47º 0.99% 0.34% -
HSV(B) 355.47º 0.99% 0.68% -
XYZ 17.32 8.94 1.23 -
YUV 53.91 105.48 212.94 -
System Red Green Blue C M Y K H S L
Decimal 173 1 14 0 0.99 0.92 0.32 355.47 0.99 0.34
Hex AD 1 E 0 63 5C 20 163 63 22
Octal 255 1 16 0 143 134 40 543 143 42
Binary 10101101 1 1110 0 1100011 1011100 100000 101100011 1100011 100010

Color Harmonies of #AD010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD010E

Black with #AD010E

Text Example


Text Example

White with #AD010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD010E; }

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

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

background-color css

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

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

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

border-color css

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

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

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