Html Css Color HEX #AD0318 Carmine

📋 copy color: '#AD0318'

red 173 ◦ green 3 ◦ blue 24

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

Shades of Carmine #AD0318

Tints of Carmine #AD0318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12%

R = 86.5%
G = 1.5%
B = 12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD0318 (or 0xAD0318) is known color: Carmine. HEX triplet: AD, 03 and 18. RGB value is (173,3,24). Sum of RGB (Red+Green+Blue) = 173+3+24=200 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.5% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 24 (9.77% from 255 or 12% from 200); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0318 is #52FCE7. Grayscale: #383838. Windows color (decimal): -5438696 or 1573805. OLE color: 1573805.

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

Color convert

RGB 173 3 24 -
CMYK 0 0.98 0.86 0.32
HSL 352.59º 0.97% 0.35% -
HSV(B) 352.59º 0.98% 0.68% -
XYZ 17.43 9.02 1.69 -
YUV 56.22 109.82 211.29 -
System Red Green Blue C M Y K H S L
Decimal 173 3 24 0 0.98 0.86 0.32 352.59 0.97 0.35
Hex AD 3 18 0 62 56 20 161 61 23
Octal 255 3 30 0 142 126 40 541 141 43
Binary 10101101 11 11000 0 1100010 1010110 100000 101100001 1100001 100011

Color Harmonies of #AD0318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0318

Black with #AD0318

Text Example


Text Example

White with #AD0318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0318; }

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

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

background-color css

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

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

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

border-color css

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

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

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