Html Css Color HEX #AD0231 Carmine

📋 copy color: '#AD0231'

red 173 ◦ green 2 ◦ blue 49

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

Shades of Carmine #AD0231

Tints of Carmine #AD0231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

 BLUE value IS 49 (19.53% from 255) = 21.88%

R = 77.23%
G = 0.89%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD0231 (or 0xAD0231) is known color: Carmine. HEX triplet: AD, 02 and 31. RGB value is (173,2,49). Sum of RGB (Red+Green+Blue) = 173+2+49=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0231 is #52FDCE. Grayscale: #3A3A3A. Windows color (decimal): -5438927 or 3211949. OLE color: 3211949.

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

Color convert

RGB 173 2 49 -
CMYK 0 0.99 0.72 0.32
HSL 343.51º 0.98% 0.34% -
HSV(B) 343.51º 0.99% 0.68% -
XYZ 17.81 9.15 3.73 -
YUV 58.49 122.65 209.68 -
System Red Green Blue C M Y K H S L
Decimal 173 2 49 0 0.99 0.72 0.32 343.51 0.98 0.34
Hex AD 2 31 0 63 48 20 158 62 22
Octal 255 2 61 0 143 110 40 530 142 42
Binary 10101101 10 110001 0 1100011 1001000 100000 101011000 1100010 100010

Color Harmonies of #AD0231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0231

Black with #AD0231

Text Example


Text Example

White with #AD0231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0231; }

 p { color: rgb(173,2,49); }

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

background-color css

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

 a { background-color: rgb(173,2,49); }

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

border-color css

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

 span { border-color: rgb(173,2,49); }

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