Html Css Color HEX #AE0438 Cardinal

📋 copy color: '#AE0438'

red 174 ◦ green 4 ◦ blue 56

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

Shades of Cardinal #AE0438

Tints of Cardinal #AE0438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.93%

R = 74.36%
G = 1.71%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AE0438 (or 0xAE0438) is known color: Cardinal. HEX triplet: AE, 04 and 38. RGB value is (174,4,56). Sum of RGB (Red+Green+Blue) = 174+4+56=234 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.36% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0438 is #51FBC7. Grayscale: #3C3C3C. Windows color (decimal): -5372872 or 3671214. OLE color: 3671214.

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

Color convert

RGB 174 4 56 -
CMYK 0 0.98 0.68 0.32
HSL 341.65º 0.96% 0.35% -
HSV(B) 341.65º 0.98% 0.68% -
XYZ 18.21 9.37 4.59 -
YUV 60.76 125.32 208.77 -
System Red Green Blue C M Y K H S L
Decimal 174 4 56 0 0.98 0.68 0.32 341.65 0.96 0.35
Hex AE 4 38 0 62 44 20 156 60 23
Octal 256 4 70 0 142 104 40 526 140 43
Binary 10101110 100 111000 0 1100010 1000100 100000 101010110 1100000 100011

Color Harmonies of #AE0438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0438

Black with #AE0438

Text Example


Text Example

White with #AE0438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0438; }

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

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

background-color css

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

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

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

border-color css

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

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

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