Html Css Color HEX #AE053E Cardinal

📋 copy color: '#AE053E'

red 174 ◦ green 5 ◦ blue 62

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

Shades of Cardinal #AE053E

Tints of Cardinal #AE053E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

 BLUE value IS 62 (24.61% from 255) = 25.73%

R = 72.2%
G = 2.07%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE053E (or 0xAE053E) is known color: Cardinal. HEX triplet: AE, 05 and 3E. RGB value is (174,5,62). Sum of RGB (Red+Green+Blue) = 174+5+62=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE053E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE053E is #51FAC1. Grayscale: #3D3D3D. Windows color (decimal): -5372610 or 4064686. OLE color: 4064686.

HSL color Cylindrical-coordinate representation of color #AE053E: hue angle of 339.76º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE053E is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 5 62 -
CMYK 0 0.97 0.64 0.32
HSL 339.76º 0.94% 0.35% -
HSV(B) 339.76º 0.97% 0.68% -
XYZ 18.38 9.46 5.41 -
YUV 62.03 127.99 207.87 -
System Red Green Blue C M Y K H S L
Decimal 174 5 62 0 0.97 0.64 0.32 339.76 0.94 0.35
Hex AE 5 3E 0 61 40 20 154 5E 23
Octal 256 5 76 0 141 100 40 524 136 43
Binary 10101110 101 111110 0 1100001 1000000 100000 101010100 1011110 100011

Color Harmonies of #AE053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE053E

Black with #AE053E

Text Example


Text Example

White with #AE053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE053E; }

 p { color: rgb(174,5,62); }

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

background-color css

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

 a { background-color: rgb(174,5,62); }

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

border-color css

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

 span { border-color: rgb(174,5,62); }

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