Html Css Color HEX #AE202A Cardinal

📋 copy color: '#AE202A'

red 174 ◦ green 32 ◦ blue 42

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

Shades of Cardinal #AE202A

Tints of Cardinal #AE202A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.94%

R = 70.16%
G = 12.9%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE202A (or 0xAE202A) is known color: Cardinal. HEX triplet: AE, 20 and 2A. RGB value is (174,32,42). Sum of RGB (Red+Green+Blue) = 174+32+42=248 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.16% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 174 - color contains mainly: red. Hex color #AE202A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE202A is #51DFD5. Grayscale: #4B4B4B. Windows color (decimal): -5365718 or 2760878. OLE color: 2760878.

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

Color convert

RGB 174 32 42 -
CMYK 0 0.82 0.76 0.32
HSL 355.77º 0.69% 0.4% -
HSV(B) 355.77º 0.82% 0.68% -
XYZ 18.39 10.2 3.19 -
YUV 75.6 109.04 198.19 -
System Red Green Blue C M Y K H S L
Decimal 174 32 42 0 0.82 0.76 0.32 355.77 0.69 0.4
Hex AE 20 2A 0 52 4C 20 164 45 28
Octal 256 40 52 0 122 114 40 544 105 50
Binary 10101110 100000 101010 0 1010010 1001100 100000 101100100 1000101 101000

Color Harmonies of #AE202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE202A

Black with #AE202A

Text Example


Text Example

White with #AE202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE202A; }

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

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

background-color css

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

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

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

border-color css

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

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

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