Html Css Color HEX #AD0315 Carmine

📋 copy color: '#AD0315'

red 173 ◦ green 3 ◦ blue 21

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

Shades of Carmine #AD0315

Tints of Carmine #AD0315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

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

R = 87.82%
G = 1.52%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD0315 (or 0xAD0315) is known color: Carmine. HEX triplet: AD, 03 and 15. RGB value is (173,3,21). Sum of RGB (Red+Green+Blue) = 173+3+21=197 (26% of max value = 765). Red value is 173 (67.97% from 255 or 87.82% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0315 is #52FCEA. Grayscale: #373737. Windows color (decimal): -5438699 or 1377197. OLE color: 1377197.

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

Color convert

RGB 173 3 21 -
CMYK 0 0.98 0.88 0.32
HSL 353.65º 0.97% 0.35% -
HSV(B) 353.65º 0.98% 0.68% -
XYZ 17.4 9 1.53 -
YUV 55.88 108.32 211.54 -
System Red Green Blue C M Y K H S L
Decimal 173 3 21 0 0.98 0.88 0.32 353.65 0.97 0.35
Hex AD 3 15 0 62 58 20 162 61 23
Octal 255 3 25 0 142 130 40 542 141 43
Binary 10101101 11 10101 0 1100010 1011000 100000 101100010 1100001 100011

Color Harmonies of #AD0315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0315

Black with #AD0315

Text Example


Text Example

White with #AD0315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0315; }

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

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

background-color css

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

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

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

border-color css

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

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

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