Html Css Color HEX #AE1233 Cardinal

📋 copy color: '#AE1233'

red 174 ◦ green 18 ◦ blue 51

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

Shades of Cardinal #AE1233

Tints of Cardinal #AE1233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.99%

R = 71.6%
G = 7.41%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE1233 (or 0xAE1233) is known color: Cardinal. HEX triplet: AE, 12 and 33. RGB value is (174,18,51). Sum of RGB (Red+Green+Blue) = 174+18+51=243 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.60% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1233 is #51EDCC. Grayscale: #444444. Windows color (decimal): -5369293 or 3347118. OLE color: 3347118.

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

Color convert

RGB 174 18 51 -
CMYK 0 0.90 0.71 0.32
HSL 347.31º 0.81% 0.38% -
HSV(B) 347.31º 0.9% 0.68% -
XYZ 18.27 9.67 4.04 -
YUV 68.41 118.18 203.32 -
System Red Green Blue C M Y K H S L
Decimal 174 18 51 0 0.90 0.71 0.32 347.31 0.81 0.38
Hex AE 12 33 0 5A 47 20 15B 51 26
Octal 256 22 63 0 132 107 40 533 121 46
Binary 10101110 10010 110011 0 1011010 1000111 100000 101011011 1010001 100110

Color Harmonies of #AE1233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1233

Black with #AE1233

Text Example


Text Example

White with #AE1233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1233; }

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

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

background-color css

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

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

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

border-color css

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

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

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