Html Css Color HEX #AE293B Cardinal

📋 copy color: '#AE293B'

red 174 ◦ green 41 ◦ blue 59

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

Shades of Cardinal #AE293B

Tints of Cardinal #AE293B

RGB

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

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

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

R = 63.5%
G = 14.96%
B = 21.53%

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

#AE293B (or 0xAE293B) is known color: Cardinal. HEX triplet: AE, 29 and 3B. RGB value is (174,41,59). Sum of RGB (Red+Green+Blue) = 174+41+59=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE293B is #51D6C4. Grayscale: #525252. Windows color (decimal): -5363397 or 3877294. OLE color: 3877294.

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

Color convert

RGB 174 41 59 -
CMYK 0 0.76 0.66 0.32
HSL 351.88º 0.62% 0.42% -
HSV(B) 351.88º 0.76% 0.68% -
XYZ 19.04 10.9 5.24 -
YUV 82.82 114.56 193.04 -
System Red Green Blue C M Y K H S L
Decimal 174 41 59 0 0.76 0.66 0.32 351.88 0.62 0.42
Hex AE 29 3B 0 4C 42 20 160 3E 2A
Octal 256 51 73 0 114 102 40 540 76 52
Binary 10101110 101001 111011 0 1001100 1000010 100000 101100000 111110 101010

Color Harmonies of #AE293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE293B

Black with #AE293B

Text Example


Text Example

White with #AE293B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE293B; }

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

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

background-color css

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

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

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

border-color css

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

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

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