Html Css Color HEX #AD0234 Carmine

📋 copy color: '#AD0234'

red 173 ◦ green 2 ◦ blue 52

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

Shades of Carmine #AD0234

Tints of Carmine #AD0234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.91%

R = 76.21%
G = 0.88%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD0234 (or 0xAD0234) is known color: Carmine. HEX triplet: AD, 02 and 34. RGB value is (173,2,52). Sum of RGB (Red+Green+Blue) = 173+2+52=227 (30% of max value = 765). Red value is 173 (67.97% from 255 or 76.21% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0234 is #52FDCB. Grayscale: #3A3A3A. Windows color (decimal): -5438924 or 3408557. OLE color: 3408557.

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

Color convert

RGB 173 2 52 -
CMYK 0 0.99 0.70 0.32
HSL 342.46º 0.98% 0.34% -
HSV(B) 342.46º 0.99% 0.68% -
XYZ 17.88 9.18 4.08 -
YUV 58.83 124.15 209.43 -
System Red Green Blue C M Y K H S L
Decimal 173 2 52 0 0.99 0.70 0.32 342.46 0.98 0.34
Hex AD 2 34 0 63 46 20 156 62 22
Octal 255 2 64 0 143 106 40 526 142 42
Binary 10101101 10 110100 0 1100011 1000110 100000 101010110 1100010 100010

Color Harmonies of #AD0234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0234

Black with #AD0234

Text Example


Text Example

White with #AD0234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0234; }

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

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

background-color css

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

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

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

border-color css

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

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

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