Html Css Color HEX #AD0921 Carmine

📋 copy color: '#AD0921'

red 173 ◦ green 9 ◦ blue 33

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

Shades of Carmine #AD0921

Tints of Carmine #AD0921

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.19%

 BLUE value IS 33 (13.28% from 255) = 15.35%

R = 80.47%
G = 4.19%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD0921 (or 0xAD0921) is known color: Carmine. HEX triplet: AD, 09 and 21. RGB value is (173,9,33). Sum of RGB (Red+Green+Blue) = 173+9+33=215 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.47% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0921 is #52F6DE. Grayscale: #3C3C3C. Windows color (decimal): -5437151 or 2165165. OLE color: 2165165.

HSL color Cylindrical-coordinate representation of color #AD0921: hue angle of 351.22º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0921 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 9 33 -
CMYK 0 0.95 0.81 0.32
HSL 351.22º 0.9% 0.36% -
HSV(B) 351.22º 0.95% 0.68% -
XYZ 17.61 9.19 2.28 -
YUV 60.77 112.33 208.05 -
System Red Green Blue C M Y K H S L
Decimal 173 9 33 0 0.95 0.81 0.32 351.22 0.9 0.36
Hex AD 9 21 0 5F 51 20 15F 5A 24
Octal 255 11 41 0 137 121 40 537 132 44
Binary 10101101 1001 100001 0 1011111 1010001 100000 101011111 1011010 100100

Color Harmonies of #AD0921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0921

Black with #AD0921

Text Example


Text Example

White with #AD0921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0921; }

 p { color: rgb(173,9,33); }

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

background-color css

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

 a { background-color: rgb(173,9,33); }

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

border-color css

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

 span { border-color: rgb(173,9,33); }

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