Html Css Color HEX #AE043A Cardinal

📋 copy color: '#AE043A'

red 174 ◦ green 4 ◦ blue 58

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

Shades of Cardinal #AE043A

Tints of Cardinal #AE043A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

 BLUE value IS 58 (23.05% from 255) = 24.58%

R = 73.73%
G = 1.69%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE043A (or 0xAE043A) is known color: Cardinal. HEX triplet: AE, 04 and 3A. RGB value is (174,4,58). Sum of RGB (Red+Green+Blue) = 174+4+58=236 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.73% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 174 - color contains mainly: red. Hex color #AE043A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE043A is #51FBC5. Grayscale: #3C3C3C. Windows color (decimal): -5372870 or 3802286. OLE color: 3802286.

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

Color convert

RGB 174 4 58 -
CMYK 0 0.98 0.67 0.32
HSL 340.94º 0.96% 0.35% -
HSV(B) 340.94º 0.98% 0.68% -
XYZ 18.26 9.39 4.85 -
YUV 60.99 126.32 208.61 -
System Red Green Blue C M Y K H S L
Decimal 174 4 58 0 0.98 0.67 0.32 340.94 0.96 0.35
Hex AE 4 3A 0 62 43 20 155 60 23
Octal 256 4 72 0 142 103 40 525 140 43
Binary 10101110 100 111010 0 1100010 1000011 100000 101010101 1100000 100011

Color Harmonies of #AE043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE043A

Black with #AE043A

Text Example


Text Example

White with #AE043A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE043A; }

 p { color: rgb(174,4,58); }

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

background-color css

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

 a { background-color: rgb(174,4,58); }

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

border-color css

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

 span { border-color: rgb(174,4,58); }

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