Html Css Color HEX #AE1237 Cardinal

📋 copy color: '#AE1237'

red 174 ◦ green 18 ◦ blue 55

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

Shades of Cardinal #AE1237

Tints of Cardinal #AE1237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.27%

R = 70.45%
G = 7.29%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AE1237 (or 0xAE1237) is known color: Cardinal. HEX triplet: AE, 12 and 37. RGB value is (174,18,55). Sum of RGB (Red+Green+Blue) = 174+18+55=247 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.45% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1237 is #51EDC8. Grayscale: #444444. Windows color (decimal): -5369289 or 3609262. OLE color: 3609262.

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

Color convert

RGB 174 18 55 -
CMYK 0 0.90 0.68 0.32
HSL 345.77º 0.81% 0.38% -
HSV(B) 345.77º 0.9% 0.68% -
XYZ 18.36 9.71 4.52 -
YUV 68.86 120.18 202.99 -
System Red Green Blue C M Y K H S L
Decimal 174 18 55 0 0.90 0.68 0.32 345.77 0.81 0.38
Hex AE 12 37 0 5A 44 20 15A 51 26
Octal 256 22 67 0 132 104 40 532 121 46
Binary 10101110 10010 110111 0 1011010 1000100 100000 101011010 1010001 100110

Color Harmonies of #AE1237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1237

Black with #AE1237

Text Example


Text Example

White with #AE1237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1237; }

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

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

background-color css

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

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

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

border-color css

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

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

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