Html Css Color HEX #AD043A Cardinal

📋 copy color: '#AD043A'

red 173 ◦ green 4 ◦ blue 58

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

Shades of Cardinal #AD043A

Tints of Cardinal #AD043A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.68%

R = 73.62%
G = 1.7%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD043A (or 0xAD043A) is known color: Cardinal. HEX triplet: AD, 04 and 3A. RGB value is (173,4,58). Sum of RGB (Red+Green+Blue) = 173+4+58=235 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.62% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 173 - color contains mainly: red. Hex color #AD043A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD043A is #52FBC5. Grayscale: #3C3C3C. Windows color (decimal): -5438406 or 3802285. OLE color: 3802285.

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

Color convert

RGB 173 4 58 -
CMYK 0 0.98 0.66 0.32
HSL 340.83º 0.95% 0.35% -
HSV(B) 340.83º 0.98% 0.68% -
XYZ 18.04 9.28 4.84 -
YUV 60.69 126.49 208.11 -
System Red Green Blue C M Y K H S L
Decimal 173 4 58 0 0.98 0.66 0.32 340.83 0.95 0.35
Hex AD 4 3A 0 62 42 20 155 5F 23
Octal 255 4 72 0 142 102 40 525 137 43
Binary 10101101 100 111010 0 1100010 1000010 100000 101010101 1011111 100011

Color Harmonies of #AD043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD043A

Black with #AD043A

Text Example


Text Example

White with #AD043A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD043A; }

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

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

background-color css

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

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

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

border-color css

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

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

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