Html Css Color HEX #AE063C Cardinal

📋 copy color: '#AE063C'

red 174 ◦ green 6 ◦ blue 60

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

Shades of Cardinal #AE063C

Tints of Cardinal #AE063C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25%

R = 72.5%
G = 2.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE063C (or 0xAE063C) is known color: Cardinal. HEX triplet: AE, 06 and 3C. RGB value is (174,6,60). Sum of RGB (Red+Green+Blue) = 174+6+60=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE063C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE063C is #51F9C3. Grayscale: #3E3E3E. Windows color (decimal): -5372356 or 3933870. OLE color: 3933870.

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

Color convert

RGB 174 6 60 -
CMYK 0 0.97 0.66 0.32
HSL 340.71º 0.93% 0.35% -
HSV(B) 340.71º 0.97% 0.68% -
XYZ 18.34 9.46 5.13 -
YUV 62.39 126.66 207.61 -
System Red Green Blue C M Y K H S L
Decimal 174 6 60 0 0.97 0.66 0.32 340.71 0.93 0.35
Hex AE 6 3C 0 61 42 20 155 5D 23
Octal 256 6 74 0 141 102 40 525 135 43
Binary 10101110 110 111100 0 1100001 1000010 100000 101010101 1011101 100011

Color Harmonies of #AE063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE063C

Black with #AE063C

Text Example


Text Example

White with #AE063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE063C; }

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

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

background-color css

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

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

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

border-color css

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

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

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