Html Css Color HEX #AE123E Cardinal

📋 copy color: '#AE123E'

red 174 ◦ green 18 ◦ blue 62

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

Shades of Cardinal #AE123E

Tints of Cardinal #AE123E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.41%

R = 68.5%
G = 7.09%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE123E (or 0xAE123E) is known color: Cardinal. HEX triplet: AE, 12 and 3E. RGB value is (174,18,62). Sum of RGB (Red+Green+Blue) = 174+18+62=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE123E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE123E is #51EDC1. Grayscale: #454545. Windows color (decimal): -5369282 or 4068014. OLE color: 4068014.

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

Color convert

RGB 174 18 62 -
CMYK 0 0.90 0.64 0.32
HSL 343.08º 0.81% 0.38% -
HSV(B) 343.08º 0.9% 0.68% -
XYZ 18.54 9.78 5.47 -
YUV 69.66 123.68 202.42 -
System Red Green Blue C M Y K H S L
Decimal 174 18 62 0 0.90 0.64 0.32 343.08 0.81 0.38
Hex AE 12 3E 0 5A 40 20 157 51 26
Octal 256 22 76 0 132 100 40 527 121 46
Binary 10101110 10010 111110 0 1011010 1000000 100000 101010111 1010001 100110

Color Harmonies of #AE123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE123E

Black with #AE123E

Text Example


Text Example

White with #AE123E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE123E; }

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

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

background-color css

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

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

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

border-color css

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

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

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