Html Css Color HEX #AE203C Cardinal

📋 copy color: '#AE203C'

red 174 ◦ green 32 ◦ blue 60

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

Shades of Cardinal #AE203C

Tints of Cardinal #AE203C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.03%

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

R = 65.41%
G = 12.03%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE203C (or 0xAE203C) is known color: Cardinal. HEX triplet: AE, 20 and 3C. RGB value is (174,32,60). Sum of RGB (Red+Green+Blue) = 174+32+60=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE203C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE203C is #51DFC3. Grayscale: #4D4D4D. Windows color (decimal): -5365700 or 3940526. OLE color: 3940526.

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

Color convert

RGB 174 32 60 -
CMYK 0 0.82 0.66 0.32
HSL 348.17º 0.69% 0.4% -
HSV(B) 348.17º 0.82% 0.68% -
XYZ 18.79 10.36 5.28 -
YUV 77.65 118.04 196.72 -
System Red Green Blue C M Y K H S L
Decimal 174 32 60 0 0.82 0.66 0.32 348.17 0.69 0.4
Hex AE 20 3C 0 52 42 20 15C 45 28
Octal 256 40 74 0 122 102 40 534 105 50
Binary 10101110 100000 111100 0 1010010 1000010 100000 101011100 1000101 101000

Color Harmonies of #AE203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE203C

Black with #AE203C

Text Example


Text Example

White with #AE203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE203C; }

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

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

background-color css

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

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

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

border-color css

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

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

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