Html Css Color HEX #AE202E Cardinal

📋 copy color: '#AE202E'

red 174 ◦ green 32 ◦ blue 46

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

Shades of Cardinal #AE202E

Tints of Cardinal #AE202E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.25%

R = 69.05%
G = 12.7%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE202E (or 0xAE202E) is known color: Cardinal. HEX triplet: AE, 20 and 2E. RGB value is (174,32,46). Sum of RGB (Red+Green+Blue) = 174+32+46=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE202E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE202E is #51DFD1. Grayscale: #4C4C4C. Windows color (decimal): -5365714 or 3023022. OLE color: 3023022.

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

Color convert

RGB 174 32 46 -
CMYK 0 0.82 0.74 0.32
HSL 354.08º 0.69% 0.4% -
HSV(B) 354.08º 0.82% 0.68% -
XYZ 18.47 10.23 3.59 -
YUV 76.05 111.04 197.86 -
System Red Green Blue C M Y K H S L
Decimal 174 32 46 0 0.82 0.74 0.32 354.08 0.69 0.4
Hex AE 20 2E 0 52 4A 20 162 45 28
Octal 256 40 56 0 122 112 40 542 105 50
Binary 10101110 100000 101110 0 1010010 1001010 100000 101100010 1000101 101000

Color Harmonies of #AE202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE202E

Black with #AE202E

Text Example


Text Example

White with #AE202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE202E; }

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

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

background-color css

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

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

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

border-color css

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

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

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