Html Css Color HEX #AE133C Cardinal

📋 copy color: '#AE133C'

red 174 ◦ green 19 ◦ blue 60

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

Shades of Cardinal #AE133C

Tints of Cardinal #AE133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.51%

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

R = 68.77%
G = 7.51%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE133C (or 0xAE133C) is known color: Cardinal. HEX triplet: AE, 13 and 3C. RGB value is (174,19,60). Sum of RGB (Red+Green+Blue) = 174+19+60=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE133C is #51ECC3. Grayscale: #464646. Windows color (decimal): -5369028 or 3937198. OLE color: 3937198.

HSL color Cylindrical-coordinate representation of color #AE133C: hue angle of 344.13º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE133C is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 19 60 -
CMYK 0 0.89 0.66 0.32
HSL 344.13º 0.8% 0.38% -
HSV(B) 344.13º 0.89% 0.68% -
XYZ 18.5 9.79 5.19 -
YUV 70.02 122.35 202.17 -
System Red Green Blue C M Y K H S L
Decimal 174 19 60 0 0.89 0.66 0.32 344.13 0.8 0.38
Hex AE 13 3C 0 59 42 20 158 50 26
Octal 256 23 74 0 131 102 40 530 120 46
Binary 10101110 10011 111100 0 1011001 1000010 100000 101011000 1010000 100110

Color Harmonies of #AE133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE133C

Black with #AE133C

Text Example


Text Example

White with #AE133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE133C; }

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

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

background-color css

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

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

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

border-color css

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

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

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