Html Css Color HEX #AE0E3E Cardinal

📋 copy color: '#AE0E3E'

red 174 ◦ green 14 ◦ blue 62

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

Shades of Cardinal #AE0E3E

Tints of Cardinal #AE0E3E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.6%

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

R = 69.6%
G = 5.6%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE0E3E (or 0xAE0E3E) is known color: Cardinal. HEX triplet: AE, 0E and 3E. RGB value is (174,14,62). Sum of RGB (Red+Green+Blue) = 174+14+62=250 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.6% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0E3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0E3E is #51F1C1. Grayscale: #434343. Windows color (decimal): -5370306 or 4066990. OLE color: 4066990.

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

Color convert

RGB 174 14 62 -
CMYK 0 0.92 0.64 0.32
HSL 342º 0.85% 0.37% -
HSV(B) 342º 0.92% 0.68% -
XYZ 18.48 9.66 5.45 -
YUV 67.31 125.01 204.1 -
System Red Green Blue C M Y K H S L
Decimal 174 14 62 0 0.92 0.64 0.32 342 0.85 0.37
Hex AE E 3E 0 5C 40 20 156 55 25
Octal 256 16 76 0 134 100 40 526 125 45
Binary 10101110 1110 111110 0 1011100 1000000 100000 101010110 1010101 100101

Color Harmonies of #AE0E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0E3E

Black with #AE0E3E

Text Example


Text Example

White with #AE0E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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