Html Css Color HEX #AE0A3E Cardinal

📋 copy color: '#AE0A3E'

red 174 ◦ green 10 ◦ blue 62

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

Shades of Cardinal #AE0A3E

Tints of Cardinal #AE0A3E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.07%

 BLUE value IS 62 (24.61% from 255) = 25.2%

R = 70.73%
G = 4.07%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE0A3E (or 0xAE0A3E) is known color: Cardinal. HEX triplet: AE, 0A and 3E. RGB value is (174,10,62). Sum of RGB (Red+Green+Blue) = 174+10+62=246 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.73% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0A3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0A3E is #51F5C1. Grayscale: #404040. Windows color (decimal): -5371330 or 4065966. OLE color: 4065966.

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

Color convert

RGB 174 10 62 -
CMYK 0 0.94 0.64 0.32
HSL 340.98º 0.89% 0.36% -
HSV(B) 340.98º 0.94% 0.68% -
XYZ 18.43 9.56 5.43 -
YUV 64.96 126.33 205.77 -
System Red Green Blue C M Y K H S L
Decimal 174 10 62 0 0.94 0.64 0.32 340.98 0.89 0.36
Hex AE A 3E 0 5E 40 20 155 59 24
Octal 256 12 76 0 136 100 40 525 131 44
Binary 10101110 1010 111110 0 1011110 1000000 100000 101010101 1011001 100100

Color Harmonies of #AE0A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0A3E

Black with #AE0A3E

Text Example


Text Example

White with #AE0A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0A3E; }

 p { color: rgb(174,10,62); }

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

background-color css

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

 a { background-color: rgb(174,10,62); }

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

border-color css

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

 span { border-color: rgb(174,10,62); }

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