Html Css Color HEX #AE2035 Cardinal

📋 copy color: '#AE2035'

red 174 ◦ green 32 ◦ blue 53

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

Shades of Cardinal #AE2035

Tints of Cardinal #AE2035

RGB

 RED value IS 174 (68.36% from 255) = 67.18%

 GREEN value IS 32 (12.89% from 255) = 12.36%

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

R = 67.18%
G = 12.36%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AE2035 (or 0xAE2035) is known color: Cardinal. HEX triplet: AE, 20 and 35. RGB value is (174,32,53). Sum of RGB (Red+Green+Blue) = 174+32+53=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2035 is #51DFCA. Grayscale: #4C4C4C. Windows color (decimal): -5365707 or 3481774. OLE color: 3481774.

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

Color convert

RGB 174 32 53 -
CMYK 0 0.82 0.70 0.32
HSL 351.13º 0.69% 0.4% -
HSV(B) 351.13º 0.82% 0.68% -
XYZ 18.61 10.29 4.37 -
YUV 76.85 114.54 197.29 -
System Red Green Blue C M Y K H S L
Decimal 174 32 53 0 0.82 0.70 0.32 351.13 0.69 0.4
Hex AE 20 35 0 52 46 20 15F 45 28
Octal 256 40 65 0 122 106 40 537 105 50
Binary 10101110 100000 110101 0 1010010 1000110 100000 101011111 1000101 101000

Color Harmonies of #AE2035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2035

Black with #AE2035

Text Example


Text Example

White with #AE2035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2035; }

 p { color: rgb(174,32,53); }

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

background-color css

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

 a { background-color: rgb(174,32,53); }

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

border-color css

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

 span { border-color: rgb(174,32,53); }

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