Html Css Color HEX #AD0225 Carmine

📋 copy color: '#AD0225'

red 173 ◦ green 2 ◦ blue 37

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

Shades of Carmine #AD0225

Tints of Carmine #AD0225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.45%

R = 81.6%
G = 0.94%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD0225 (or 0xAD0225) is known color: Carmine. HEX triplet: AD, 02 and 25. RGB value is (173,2,37). Sum of RGB (Red+Green+Blue) = 173+2+37=212 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.60% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0225 is #52FDDA. Grayscale: #393939. Windows color (decimal): -5438939 or 2425517. OLE color: 2425517.

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

Color convert

RGB 173 2 37 -
CMYK 0 0.99 0.79 0.32
HSL 347.72º 0.98% 0.34% -
HSV(B) 347.72º 0.99% 0.68% -
XYZ 17.59 9.06 2.57 -
YUV 57.12 116.65 210.65 -
System Red Green Blue C M Y K H S L
Decimal 173 2 37 0 0.99 0.79 0.32 347.72 0.98 0.34
Hex AD 2 25 0 63 4F 20 15C 62 22
Octal 255 2 45 0 143 117 40 534 142 42
Binary 10101101 10 100101 0 1100011 1001111 100000 101011100 1100010 100010

Color Harmonies of #AD0225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0225

Black with #AD0225

Text Example


Text Example

White with #AD0225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0225; }

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

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

background-color css

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

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

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

border-color css

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

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

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