Html Css Color HEX #AE063A Cardinal

📋 copy color: '#AE063A'

red 174 ◦ green 6 ◦ blue 58

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

Shades of Cardinal #AE063A

Tints of Cardinal #AE063A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.37%

R = 73.11%
G = 2.52%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE063A (or 0xAE063A) is known color: Cardinal. HEX triplet: AE, 06 and 3A. RGB value is (174,6,58). Sum of RGB (Red+Green+Blue) = 174+6+58=238 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.11% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 174 - color contains mainly: red. Hex color #AE063A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE063A is #51F9C5. Grayscale: #3E3E3E. Windows color (decimal): -5372358 or 3802798. OLE color: 3802798.

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

Color convert

RGB 174 6 58 -
CMYK 0 0.97 0.67 0.32
HSL 341.43º 0.93% 0.35% -
HSV(B) 341.43º 0.97% 0.68% -
XYZ 18.28 9.43 4.86 -
YUV 62.16 125.66 207.77 -
System Red Green Blue C M Y K H S L
Decimal 174 6 58 0 0.97 0.67 0.32 341.43 0.93 0.35
Hex AE 6 3A 0 61 43 20 155 5D 23
Octal 256 6 72 0 141 103 40 525 135 43
Binary 10101110 110 111010 0 1100001 1000011 100000 101010101 1011101 100011

Color Harmonies of #AE063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE063A

Black with #AE063A

Text Example


Text Example

White with #AE063A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE063A; }

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

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

background-color css

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

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

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

border-color css

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

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

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