Html Css Color HEX #AE123C Cardinal

📋 copy color: '#AE123C'

red 174 ◦ green 18 ◦ blue 60

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

Shades of Cardinal #AE123C

Tints of Cardinal #AE123C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.81%

R = 69.05%
G = 7.14%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE123C (or 0xAE123C) is known color: Cardinal. HEX triplet: AE, 12 and 3C. RGB value is (174,18,60). Sum of RGB (Red+Green+Blue) = 174+18+60=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE123C is #51EDC3. Grayscale: #454545. Windows color (decimal): -5369284 or 3936942. OLE color: 3936942.

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

Color convert

RGB 174 18 60 -
CMYK 0 0.90 0.66 0.32
HSL 343.85º 0.81% 0.38% -
HSV(B) 343.85º 0.9% 0.68% -
XYZ 18.49 9.76 5.18 -
YUV 69.43 122.68 202.58 -
System Red Green Blue C M Y K H S L
Decimal 174 18 60 0 0.90 0.66 0.32 343.85 0.81 0.38
Hex AE 12 3C 0 5A 42 20 158 51 26
Octal 256 22 74 0 132 102 40 530 121 46
Binary 10101110 10010 111100 0 1011010 1000010 100000 101011000 1010001 100110

Color Harmonies of #AE123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE123C

Black with #AE123C

Text Example


Text Example

White with #AE123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE123C; }

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

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

background-color css

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

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

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

border-color css

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

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

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