Html Css Color HEX #AD070E Carmine

📋 copy color: '#AD070E'

red 173 ◦ green 7 ◦ blue 14

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

Shades of Carmine #AD070E

Tints of Carmine #AD070E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.61%

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

R = 89.18%
G = 3.61%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD070E (or 0xAD070E) is known color: Carmine. HEX triplet: AD, 07 and 0E. RGB value is (173,7,14). Sum of RGB (Red+Green+Blue) = 173+7+14=194 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.18% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 173 - color contains mainly: red. Hex color #AD070E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD070E is #52F8F1. Grayscale: #393939. Windows color (decimal): -5437682 or 919469. OLE color: 919469.

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

Color convert

RGB 173 7 14 -
CMYK 0 0.96 0.92 0.32
HSL 357.47º 0.92% 0.35% -
HSV(B) 357.47º 0.96% 0.68% -
XYZ 17.39 9.07 1.25 -
YUV 57.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 173 7 14 0 0.96 0.92 0.32 357.47 0.92 0.35
Hex AD 7 E 0 60 5C 20 165 5C 23
Octal 255 7 16 0 140 134 40 545 134 43
Binary 10101101 111 1110 0 1100000 1011100 100000 101100101 1011100 100011

Color Harmonies of #AD070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD070E

Black with #AD070E

Text Example


Text Example

White with #AD070E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD070E; }

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

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

background-color css

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

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

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

border-color css

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

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

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