Html Css Color HEX #AD0614 Carmine

📋 copy color: '#AD0614'

red 173 ◦ green 6 ◦ blue 20

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

Shades of Carmine #AD0614

Tints of Carmine #AD0614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.02%

 BLUE value IS 20 (8.2% from 255) = 10.05%

R = 86.93%
G = 3.02%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD0614 (or 0xAD0614) is known color: Carmine. HEX triplet: AD, 06 and 14. RGB value is (173,6,20). Sum of RGB (Red+Green+Blue) = 173+6+20=199 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.93% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0614 is #52F9EB. Grayscale: #393939. Windows color (decimal): -5437932 or 1312429. OLE color: 1312429.

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

Color convert

RGB 173 6 20 -
CMYK 0 0.97 0.88 0.32
HSL 354.97º 0.93% 0.35% -
HSV(B) 354.97º 0.97% 0.68% -
XYZ 17.42 9.06 1.49 -
YUV 57.53 106.83 210.36 -
System Red Green Blue C M Y K H S L
Decimal 173 6 20 0 0.97 0.88 0.32 354.97 0.93 0.35
Hex AD 6 14 0 61 58 20 163 5D 23
Octal 255 6 24 0 141 130 40 543 135 43
Binary 10101101 110 10100 0 1100001 1011000 100000 101100011 1011101 100011

Color Harmonies of #AD0614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0614

Black with #AD0614

Text Example


Text Example

White with #AD0614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0614; }

 p { color: rgb(173,6,20); }

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

background-color css

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

 a { background-color: rgb(173,6,20); }

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

border-color css

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

 span { border-color: rgb(173,6,20); }

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