Html Css Color HEX #AD1C30 Cardinal

📋 copy color: '#AD1C30'

red 173 ◦ green 28 ◦ blue 48

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

Shades of Cardinal #AD1C30

Tints of Cardinal #AD1C30

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.24%

 BLUE value IS 48 (19.14% from 255) = 19.28%

R = 69.48%
G = 11.24%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD1C30 (or 0xAD1C30) is known color: Cardinal. HEX triplet: AD, 1C and 30. RGB value is (173,28,48). Sum of RGB (Red+Green+Blue) = 173+28+48=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C30 is #52E3CF. Grayscale: #494949. Windows color (decimal): -5432272 or 3153069. OLE color: 3153069.

HSL color Cylindrical-coordinate representation of color #AD1C30: hue angle of 351.72º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1C30 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 28 48 -
CMYK 0 0.84 0.72 0.32
HSL 351.72º 0.72% 0.39% -
HSV(B) 351.72º 0.84% 0.68% -
XYZ 18.18 9.93 3.75 -
YUV 73.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 173 28 48 0 0.84 0.72 0.32 351.72 0.72 0.39
Hex AD 1C 30 0 54 48 20 160 48 27
Octal 255 34 60 0 124 110 40 540 110 47
Binary 10101101 11100 110000 0 1010100 1001000 100000 101100000 1001000 100111

Color Harmonies of #AD1C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C30

Black with #AD1C30

Text Example


Text Example

White with #AD1C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C30; }

 p { color: rgb(173,28,48); }

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

background-color css

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

 a { background-color: rgb(173,28,48); }

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

border-color css

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

 span { border-color: rgb(173,28,48); }

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