Html Css Color HEX #AE1226 Cardinal

📋 copy color: '#AE1226'

red 174 ◦ green 18 ◦ blue 38

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

Shades of Cardinal #AE1226

Tints of Cardinal #AE1226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.52%

R = 75.65%
G = 7.83%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AE1226 (or 0xAE1226) is known color: Cardinal. HEX triplet: AE, 12 and 26. RGB value is (174,18,38). Sum of RGB (Red+Green+Blue) = 174+18+38=230 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.65% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1226 is #51EDD9. Grayscale: #434343. Windows color (decimal): -5369306 or 2495150. OLE color: 2495150.

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

Color convert

RGB 174 18 38 -
CMYK 0 0.90 0.78 0.32
HSL 352.31º 0.81% 0.38% -
HSV(B) 352.31º 0.9% 0.68% -
XYZ 18.02 9.57 2.73 -
YUV 66.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 174 18 38 0 0.90 0.78 0.32 352.31 0.81 0.38
Hex AE 12 26 0 5A 4E 20 160 51 26
Octal 256 22 46 0 132 116 40 540 121 46
Binary 10101110 10010 100110 0 1011010 1001110 100000 101100000 1010001 100110

Color Harmonies of #AE1226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1226

Black with #AE1226

Text Example


Text Example

White with #AE1226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1226; }

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

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

background-color css

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

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

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

border-color css

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

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

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