Html Css Color HEX #AE063E Cardinal

📋 copy color: '#AE063E'

red 174 ◦ green 6 ◦ blue 62

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

Shades of Cardinal #AE063E

Tints of Cardinal #AE063E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.48%

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

R = 71.9%
G = 2.48%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE063E (or 0xAE063E) is known color: Cardinal. HEX triplet: AE, 06 and 3E. RGB value is (174,6,62). Sum of RGB (Red+Green+Blue) = 174+6+62=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE063E is #51F9C1. Grayscale: #3E3E3E. Windows color (decimal): -5372354 or 4064942. OLE color: 4064942.

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

Color convert

RGB 174 6 62 -
CMYK 0 0.97 0.64 0.32
HSL 340º 0.93% 0.35% -
HSV(B) 340º 0.97% 0.68% -
XYZ 18.39 9.48 5.42 -
YUV 62.62 127.66 207.45 -
System Red Green Blue C M Y K H S L
Decimal 174 6 62 0 0.97 0.64 0.32 340 0.93 0.35
Hex AE 6 3E 0 61 40 20 154 5D 23
Octal 256 6 76 0 141 100 40 524 135 43
Binary 10101110 110 111110 0 1100001 1000000 100000 101010100 1011101 100011

Color Harmonies of #AE063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE063E

Black with #AE063E

Text Example


Text Example

White with #AE063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE063E; }

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

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

background-color css

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

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

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

border-color css

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

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

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