Html Css Color HEX #AE122A Cardinal

📋 copy color: '#AE122A'

red 174 ◦ green 18 ◦ blue 42

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

Shades of Cardinal #AE122A

Tints of Cardinal #AE122A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.69%

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

R = 74.36%
G = 7.69%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE122A (or 0xAE122A) is known color: Cardinal. HEX triplet: AE, 12 and 2A. RGB value is (174,18,42). Sum of RGB (Red+Green+Blue) = 174+18+42=234 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.36% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 174 - color contains mainly: red. Hex color #AE122A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE122A is #51EDD5. Grayscale: #434343. Windows color (decimal): -5369302 or 2757294. OLE color: 2757294.

HSL color Cylindrical-coordinate representation of color #AE122A: hue angle of 350.77º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE122A is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 18 42 -
CMYK 0 0.90 0.76 0.32
HSL 350.77º 0.81% 0.38% -
HSV(B) 350.77º 0.9% 0.68% -
XYZ 18.09 9.6 3.09 -
YUV 67.38 113.68 204.05 -
System Red Green Blue C M Y K H S L
Decimal 174 18 42 0 0.90 0.76 0.32 350.77 0.81 0.38
Hex AE 12 2A 0 5A 4C 20 15F 51 26
Octal 256 22 52 0 132 114 40 537 121 46
Binary 10101110 10010 101010 0 1011010 1001100 100000 101011111 1010001 100110

Color Harmonies of #AE122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE122A

Black with #AE122A

Text Example


Text Example

White with #AE122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE122A; }

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

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

background-color css

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

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

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

border-color css

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

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

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