Html Css Color HEX #AE123B Cardinal

📋 copy color: '#AE123B'

red 174 ◦ green 18 ◦ blue 59

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

Shades of Cardinal #AE123B

Tints of Cardinal #AE123B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.51%

R = 69.32%
G = 7.17%
B = 23.51%

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

#AE123B (or 0xAE123B) is known color: Cardinal. HEX triplet: AE, 12 and 3B. RGB value is (174,18,59). Sum of RGB (Red+Green+Blue) = 174+18+59=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE123B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE123B is #51EDC4. Grayscale: #454545. Windows color (decimal): -5369285 or 3871406. OLE color: 3871406.

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

Color convert

RGB 174 18 59 -
CMYK 0 0.90 0.66 0.32
HSL 344.23º 0.81% 0.38% -
HSV(B) 344.23º 0.9% 0.68% -
XYZ 18.46 9.75 5.05 -
YUV 69.32 122.18 202.67 -
System Red Green Blue C M Y K H S L
Decimal 174 18 59 0 0.90 0.66 0.32 344.23 0.81 0.38
Hex AE 12 3B 0 5A 42 20 158 51 26
Octal 256 22 73 0 132 102 40 530 121 46
Binary 10101110 10010 111011 0 1011010 1000010 100000 101011000 1010001 100110

Color Harmonies of #AE123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE123B

Black with #AE123B

Text Example


Text Example

White with #AE123B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE123B; }

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

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

background-color css

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

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

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

border-color css

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

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

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