Html Css Color HEX #AD283A Cardinal

📋 copy color: '#AD283A'

red 173 ◦ green 40 ◦ blue 58

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

Shades of Cardinal #AD283A

Tints of Cardinal #AD283A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.76%

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

R = 63.84%
G = 14.76%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD283A (or 0xAD283A) is known color: Cardinal. HEX triplet: AD, 28 and 3A. RGB value is (173,40,58). Sum of RGB (Red+Green+Blue) = 173+40+58=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD283A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD283A is #52D7C5. Grayscale: #515151. Windows color (decimal): -5429190 or 3811501. OLE color: 3811501.

HSL color Cylindrical-coordinate representation of color #AD283A: hue angle of 351.88º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD283A is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 40 58 -
CMYK 0 0.77 0.66 0.32
HSL 351.88º 0.62% 0.42% -
HSV(B) 351.88º 0.77% 0.68% -
XYZ 18.76 10.71 5.08 -
YUV 81.82 114.56 193.04 -
System Red Green Blue C M Y K H S L
Decimal 173 40 58 0 0.77 0.66 0.32 351.88 0.62 0.42
Hex AD 28 3A 0 4D 42 20 160 3E 2A
Octal 255 50 72 0 115 102 40 540 76 52
Binary 10101101 101000 111010 0 1001101 1000010 100000 101100000 111110 101010

Color Harmonies of #AD283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD283A

Black with #AD283A

Text Example


Text Example

White with #AD283A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD283A; }

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

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

background-color css

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

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

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

border-color css

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

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

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