Html Css Color HEX #AD0422 Carmine

📋 copy color: '#AD0422'

red 173 ◦ green 4 ◦ blue 34

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

Shades of Carmine #AD0422

Tints of Carmine #AD0422

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

 BLUE value IS 34 (13.67% from 255) = 16.11%

R = 81.99%
G = 1.9%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD0422 (or 0xAD0422) is known color: Carmine. HEX triplet: AD, 04 and 22. RGB value is (173,4,34). Sum of RGB (Red+Green+Blue) = 173+4+34=211 (27% of max value = 765). Red value is 173 (67.97% from 255 or 81.99% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0422 is #52FBDD. Grayscale: #3A3A3A. Windows color (decimal): -5438430 or 2229421. OLE color: 2229421.

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

Color convert

RGB 173 4 34 -
CMYK 0 0.98 0.80 0.32
HSL 349.35º 0.95% 0.35% -
HSV(B) 349.35º 0.98% 0.68% -
XYZ 17.57 9.09 2.34 -
YUV 57.95 114.49 210.06 -
System Red Green Blue C M Y K H S L
Decimal 173 4 34 0 0.98 0.80 0.32 349.35 0.95 0.35
Hex AD 4 22 0 62 50 20 15D 5F 23
Octal 255 4 42 0 142 120 40 535 137 43
Binary 10101101 100 100010 0 1100010 1010000 100000 101011101 1011111 100011

Color Harmonies of #AD0422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0422

Black with #AD0422

Text Example


Text Example

White with #AD0422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0422; }

 p { color: rgb(173,4,34); }

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

background-color css

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

 a { background-color: rgb(173,4,34); }

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

border-color css

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

 span { border-color: rgb(173,4,34); }

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