Html Css Color HEX #AE0437 Cardinal

📋 copy color: '#AE0437'

red 174 ◦ green 4 ◦ blue 55

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

Shades of Cardinal #AE0437

Tints of Cardinal #AE0437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.61%

R = 74.68%
G = 1.72%
B = 23.61%

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

#AE0437 (or 0xAE0437) is known color: Cardinal. HEX triplet: AE, 04 and 37. RGB value is (174,4,55). Sum of RGB (Red+Green+Blue) = 174+4+55=233 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.68% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0437 is #51FBC8. Grayscale: #3C3C3C. Windows color (decimal): -5372873 or 3605678. OLE color: 3605678.

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

Color convert

RGB 174 4 55 -
CMYK 0 0.98 0.68 0.32
HSL 342º 0.96% 0.35% -
HSV(B) 342º 0.98% 0.68% -
XYZ 18.19 9.36 4.46 -
YUV 60.64 124.82 208.85 -
System Red Green Blue C M Y K H S L
Decimal 174 4 55 0 0.98 0.68 0.32 342 0.96 0.35
Hex AE 4 37 0 62 44 20 156 60 23
Octal 256 4 67 0 142 104 40 526 140 43
Binary 10101110 100 110111 0 1100010 1000100 100000 101010110 1100000 100011

Color Harmonies of #AE0437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0437

Black with #AE0437

Text Example


Text Example

White with #AE0437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0437; }

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

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

background-color css

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

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

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

border-color css

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

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

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