Html Css Color HEX #AD042E Carmine

📋 copy color: '#AD042E'

red 173 ◦ green 4 ◦ blue 46

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

Shades of Carmine #AD042E

Tints of Carmine #AD042E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.63%

R = 77.58%
G = 1.79%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD042E (or 0xAD042E) is known color: Carmine. HEX triplet: AD, 04 and 2E. RGB value is (173,4,46). Sum of RGB (Red+Green+Blue) = 173+4+46=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD042E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD042E is #52FBD1. Grayscale: #3B3B3B. Windows color (decimal): -5438418 or 3015853. OLE color: 3015853.

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

Color convert

RGB 173 4 46 -
CMYK 0 0.98 0.73 0.32
HSL 345.09º 0.95% 0.35% -
HSV(B) 345.09º 0.98% 0.68% -
XYZ 17.77 9.17 3.42 -
YUV 59.32 120.49 209.08 -
System Red Green Blue C M Y K H S L
Decimal 173 4 46 0 0.98 0.73 0.32 345.09 0.95 0.35
Hex AD 4 2E 0 62 49 20 159 5F 23
Octal 255 4 56 0 142 111 40 531 137 43
Binary 10101101 100 101110 0 1100010 1001001 100000 101011001 1011111 100011

Color Harmonies of #AD042E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD042E

Black with #AD042E

Text Example


Text Example

White with #AD042E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD042E; }

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

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

background-color css

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

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

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

border-color css

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

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

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