Html Css Color HEX #AD0435 Cardinal

📋 copy color: '#AD0435'

red 173 ◦ green 4 ◦ blue 53

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

Shades of Cardinal #AD0435

Tints of Cardinal #AD0435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.04%

R = 75.22%
G = 1.74%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD0435 (or 0xAD0435) is known color: Cardinal. HEX triplet: AD, 04 and 35. RGB value is (173,4,53). Sum of RGB (Red+Green+Blue) = 173+4+53=230 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.22% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0435 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0435 is #52FBCA. Grayscale: #3C3C3C. Windows color (decimal): -5438411 or 3474605. OLE color: 3474605.

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

Color convert

RGB 173 4 53 -
CMYK 0 0.98 0.69 0.32
HSL 342.6º 0.95% 0.35% -
HSV(B) 342.6º 0.98% 0.68% -
XYZ 17.92 9.23 4.2 -
YUV 60.12 123.99 208.52 -
System Red Green Blue C M Y K H S L
Decimal 173 4 53 0 0.98 0.69 0.32 342.6 0.95 0.35
Hex AD 4 35 0 62 45 20 157 5F 23
Octal 255 4 65 0 142 105 40 527 137 43
Binary 10101101 100 110101 0 1100010 1000101 100000 101010111 1011111 100011

Color Harmonies of #AD0435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0435

Black with #AD0435

Text Example


Text Example

White with #AD0435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0435; }

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

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

background-color css

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

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

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

border-color css

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

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

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