Html Css Color HEX #AE0839 Cardinal

📋 copy color: '#AE0839'

red 174 ◦ green 8 ◦ blue 57

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

Shades of Cardinal #AE0839

Tints of Cardinal #AE0839

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.35%

 BLUE value IS 57 (22.66% from 255) = 23.85%

R = 72.8%
G = 3.35%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE0839 (or 0xAE0839) is known color: Cardinal. HEX triplet: AE, 08 and 39. RGB value is (174,8,57). Sum of RGB (Red+Green+Blue) = 174+8+57=239 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.80% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0839 is #51F7C6. Grayscale: #3F3F3F. Windows color (decimal): -5371847 or 3737774. OLE color: 3737774.

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

Color convert

RGB 174 8 57 -
CMYK 0 0.95 0.67 0.32
HSL 342.29º 0.91% 0.36% -
HSV(B) 342.29º 0.95% 0.68% -
XYZ 18.28 9.47 4.73 -
YUV 63.22 124.5 207.02 -
System Red Green Blue C M Y K H S L
Decimal 174 8 57 0 0.95 0.67 0.32 342.29 0.91 0.36
Hex AE 8 39 0 5F 43 20 156 5B 24
Octal 256 10 71 0 137 103 40 526 133 44
Binary 10101110 1000 111001 0 1011111 1000011 100000 101010110 1011011 100100

Color Harmonies of #AE0839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0839

Black with #AE0839

Text Example


Text Example

White with #AE0839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0839; }

 p { color: rgb(174,8,57); }

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

background-color css

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

 a { background-color: rgb(174,8,57); }

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

border-color css

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

 span { border-color: rgb(174,8,57); }

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