Html Css Color HEX #AE112A Cardinal

📋 copy color: '#AE112A'

red 174 ◦ green 17 ◦ blue 42

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

Shades of Cardinal #AE112A

Tints of Cardinal #AE112A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.3%

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

R = 74.68%
G = 7.3%
B = 18.03%

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

#AE112A (or 0xAE112A) is known color: Cardinal. HEX triplet: AE, 11 and 2A. RGB value is (174,17,42). Sum of RGB (Red+Green+Blue) = 174+17+42=233 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.68% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 174 - color contains mainly: red. Hex color #AE112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE112A is #51EED5. Grayscale: #424242. Windows color (decimal): -5369558 or 2757038. OLE color: 2757038.

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

Color convert

RGB 174 17 42 -
CMYK 0 0.90 0.76 0.32
HSL 350.45º 0.82% 0.37% -
HSV(B) 350.45º 0.9% 0.68% -
XYZ 18.07 9.57 3.08 -
YUV 66.79 114.01 204.47 -
System Red Green Blue C M Y K H S L
Decimal 174 17 42 0 0.90 0.76 0.32 350.45 0.82 0.37
Hex AE 11 2A 0 5A 4C 20 15E 52 25
Octal 256 21 52 0 132 114 40 536 122 45
Binary 10101110 10001 101010 0 1011010 1001100 100000 101011110 1010010 100101

Color Harmonies of #AE112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE112A

Black with #AE112A

Text Example


Text Example

White with #AE112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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