Html Css Color HEX #AE003C Cardinal

📋 copy color: '#AE003C'

red 174 ◦ green 0 ◦ blue 60

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

Shades of Cardinal #AE003C

Tints of Cardinal #AE003C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.36%
G = 0%
B = 25.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE003C (or 0xAE003C) is known color: Cardinal. HEX triplet: AE, 00 and 3C. RGB value is (174,0,60). Sum of RGB (Red+Green+Blue) = 174+0+60=234 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.36% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 174 - color contains mainly: red. Hex color #AE003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE003C is #51FFC3. Grayscale: #3A3A3A. Windows color (decimal): -5373892 or 3932334. OLE color: 3932334.

HSL color Cylindrical-coordinate representation of color #AE003C: hue angle of 339.31º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE003C is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 0 60 -
CMYK 0 1 0.66 0.32
HSL 339.31º 1% 0.34% -
HSV(B) 339.31º 1% 0.68% -
XYZ 18.27 9.32 5.11 -
YUV 58.87 128.65 210.12 -
System Red Green Blue C M Y K H S L
Decimal 174 0 60 0 1 0.66 0.32 339.31 1 0.34
Hex AE 0 3C 0 64 42 20 153 64 22
Octal 256 0 74 0 144 102 40 523 144 42
Binary 10101110 0 111100 0 1100100 1000010 100000 101010011 1100100 100010

Color Harmonies of #AE003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE003C

Black with #AE003C

Text Example


Text Example

White with #AE003C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE003C; }

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

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

background-color css

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

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

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

border-color css

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

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

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