Html Css Color HEX #AE293C Cardinal

📋 copy color: '#AE293C'

red 174 ◦ green 41 ◦ blue 60

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

Shades of Cardinal #AE293C

Tints of Cardinal #AE293C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.91%

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

R = 63.27%
G = 14.91%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE293C (or 0xAE293C) is known color: Cardinal. HEX triplet: AE, 29 and 3C. RGB value is (174,41,60). Sum of RGB (Red+Green+Blue) = 174+41+60=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE293C is #51D6C3. Grayscale: #525252. Windows color (decimal): -5363396 or 3942830. OLE color: 3942830.

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

Color convert

RGB 174 41 60 -
CMYK 0 0.76 0.66 0.32
HSL 351.43º 0.62% 0.42% -
HSV(B) 351.43º 0.76% 0.68% -
XYZ 19.06 10.91 5.38 -
YUV 82.93 115.06 192.96 -
System Red Green Blue C M Y K H S L
Decimal 174 41 60 0 0.76 0.66 0.32 351.43 0.62 0.42
Hex AE 29 3C 0 4C 42 20 15F 3E 2A
Octal 256 51 74 0 114 102 40 537 76 52
Binary 10101110 101001 111100 0 1001100 1000010 100000 101011111 111110 101010

Color Harmonies of #AE293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE293C

Black with #AE293C

Text Example


Text Example

White with #AE293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE293C; }

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

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

background-color css

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

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

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

border-color css

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

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

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