Html Css Color HEX #AE0436 Cardinal

📋 copy color: '#AE0436'

red 174 ◦ green 4 ◦ blue 54

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

Shades of Cardinal #AE0436

Tints of Cardinal #AE0436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 23.28%

R = 75%
G = 1.72%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AE0436 (or 0xAE0436) is known color: Cardinal. HEX triplet: AE, 04 and 36. RGB value is (174,4,54). Sum of RGB (Red+Green+Blue) = 174+4+54=232 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0436 is #51FBC9. Grayscale: #3C3C3C. Windows color (decimal): -5372874 or 3540142. OLE color: 3540142.

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

Color convert

RGB 174 4 54 -
CMYK 0 0.98 0.69 0.32
HSL 342.35º 0.96% 0.35% -
HSV(B) 342.35º 0.98% 0.68% -
XYZ 18.16 9.35 4.34 -
YUV 60.53 124.32 208.93 -
System Red Green Blue C M Y K H S L
Decimal 174 4 54 0 0.98 0.69 0.32 342.35 0.96 0.35
Hex AE 4 36 0 62 45 20 156 60 23
Octal 256 4 66 0 142 105 40 526 140 43
Binary 10101110 100 110110 0 1100010 1000101 100000 101010110 1100000 100011

Color Harmonies of #AE0436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0436

Black with #AE0436

Text Example


Text Example

White with #AE0436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0436; }

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

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

background-color css

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

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

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

border-color css

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

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

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