Html Css Color HEX #AE202B Cardinal

📋 copy color: '#AE202B'

red 174 ◦ green 32 ◦ blue 43

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

Shades of Cardinal #AE202B

Tints of Cardinal #AE202B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.27%

R = 69.88%
G = 12.85%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE202B (or 0xAE202B) is known color: Cardinal. HEX triplet: AE, 20 and 2B. RGB value is (174,32,43). Sum of RGB (Red+Green+Blue) = 174+32+43=249 (32% of max value = 765). Red value is 174 (68.36% from 255 or 69.88% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 174 - color contains mainly: red. Hex color #AE202B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE202B is #51DFD4. Grayscale: #4B4B4B. Windows color (decimal): -5365717 or 2826414. OLE color: 2826414.

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

Color convert

RGB 174 32 43 -
CMYK 0 0.82 0.75 0.32
HSL 355.35º 0.69% 0.4% -
HSV(B) 355.35º 0.82% 0.68% -
XYZ 18.41 10.21 3.29 -
YUV 75.71 109.54 198.11 -
System Red Green Blue C M Y K H S L
Decimal 174 32 43 0 0.82 0.75 0.32 355.35 0.69 0.4
Hex AE 20 2B 0 52 4B 20 163 45 28
Octal 256 40 53 0 122 113 40 543 105 50
Binary 10101110 100000 101011 0 1010010 1001011 100000 101100011 1000101 101000

Color Harmonies of #AE202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE202B

Black with #AE202B

Text Example


Text Example

White with #AE202B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE202B; }

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

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

background-color css

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

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

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

border-color css

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

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

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