Html Css Color HEX #AD0615 Carmine

📋 copy color: '#AD0615'

red 173 ◦ green 6 ◦ blue 21

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

Shades of Carmine #AD0615

Tints of Carmine #AD0615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.5%

R = 86.5%
G = 3%
B = 10.5%

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

#AD0615 (or 0xAD0615) is known color: Carmine. HEX triplet: AD, 06 and 15. RGB value is (173,6,21). Sum of RGB (Red+Green+Blue) = 173+6+21=200 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0615 is #52F9EA. Grayscale: #393939. Windows color (decimal): -5437931 or 1377965. OLE color: 1377965.

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

Color convert

RGB 173 6 21 -
CMYK 0 0.97 0.88 0.32
HSL 354.61º 0.93% 0.35% -
HSV(B) 354.61º 0.97% 0.68% -
XYZ 17.43 9.07 1.54 -
YUV 57.64 107.33 210.28 -
System Red Green Blue C M Y K H S L
Decimal 173 6 21 0 0.97 0.88 0.32 354.61 0.93 0.35
Hex AD 6 15 0 61 58 20 163 5D 23
Octal 255 6 25 0 141 130 40 543 135 43
Binary 10101101 110 10101 0 1100001 1011000 100000 101100011 1011101 100011

Color Harmonies of #AD0615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0615

Black with #AD0615

Text Example


Text Example

White with #AD0615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0615; }

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

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

background-color css

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

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

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

border-color css

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

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

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