Html Css Color HEX #AD2635 Cardinal

📋 copy color: '#AD2635'

red 173 ◦ green 38 ◦ blue 53

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

Shades of Cardinal #AD2635

Tints of Cardinal #AD2635

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.39%

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

R = 65.53%
G = 14.39%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD2635 (or 0xAD2635) is known color: Cardinal. HEX triplet: AD, 26 and 35. RGB value is (173,38,53). Sum of RGB (Red+Green+Blue) = 173+38+53=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2635 is #52D9CA. Grayscale: #505050. Windows color (decimal): -5429707 or 3483309. OLE color: 3483309.

HSL color Cylindrical-coordinate representation of color #AD2635: hue angle of 353.33º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2635 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 38 53 -
CMYK 0 0.78 0.69 0.32
HSL 353.33º 0.64% 0.41% -
HSV(B) 353.33º 0.78% 0.68% -
XYZ 18.57 10.53 4.42 -
YUV 80.08 112.73 194.28 -
System Red Green Blue C M Y K H S L
Decimal 173 38 53 0 0.78 0.69 0.32 353.33 0.64 0.41
Hex AD 26 35 0 4E 45 20 161 40 29
Octal 255 46 65 0 116 105 40 541 100 51
Binary 10101101 100110 110101 0 1001110 1000101 100000 101100001 1000000 101001

Color Harmonies of #AD2635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2635

Black with #AD2635

Text Example


Text Example

White with #AD2635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2635; }

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

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

background-color css

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

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

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

border-color css

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

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

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