Html Css Color HEX #AE1228 Cardinal

📋 copy color: '#AE1228'

red 174 ◦ green 18 ◦ blue 40

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

Shades of Cardinal #AE1228

Tints of Cardinal #AE1228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.24%

R = 75%
G = 7.76%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE1228 (or 0xAE1228) is known color: Cardinal. HEX triplet: AE, 12 and 28. RGB value is (174,18,40). Sum of RGB (Red+Green+Blue) = 174+18+40=232 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1228 is #51EDD7. Grayscale: #434343. Windows color (decimal): -5369304 or 2626222. OLE color: 2626222.

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

Color convert

RGB 174 18 40 -
CMYK 0 0.90 0.77 0.32
HSL 351.54º 0.81% 0.38% -
HSV(B) 351.54º 0.9% 0.68% -
XYZ 18.05 9.58 2.91 -
YUV 67.15 112.68 204.21 -
System Red Green Blue C M Y K H S L
Decimal 174 18 40 0 0.90 0.77 0.32 351.54 0.81 0.38
Hex AE 12 28 0 5A 4D 20 160 51 26
Octal 256 22 50 0 132 115 40 540 121 46
Binary 10101110 10010 101000 0 1011010 1001101 100000 101100000 1010001 100110

Color Harmonies of #AE1228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1228

Black with #AE1228

Text Example


Text Example

White with #AE1228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1228; }

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

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

background-color css

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

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

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

border-color css

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

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

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