Html Css Color HEX #AE182A Cardinal

📋 copy color: '#AE182A'

red 174 ◦ green 24 ◦ blue 42

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

Shades of Cardinal #AE182A

Tints of Cardinal #AE182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10%

 BLUE value IS 42 (16.8% from 255) = 17.5%

R = 72.5%
G = 10%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE182A (or 0xAE182A) is known color: Cardinal. HEX triplet: AE, 18 and 2A. RGB value is (174,24,42). Sum of RGB (Red+Green+Blue) = 174+24+42=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE182A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE182A is #51E7D5. Grayscale: #464646. Windows color (decimal): -5367766 or 2758830. OLE color: 2758830.

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

Color convert

RGB 174 24 42 -
CMYK 0 0.86 0.76 0.32
HSL 352.8º 0.76% 0.39% -
HSV(B) 352.8º 0.86% 0.68% -
XYZ 18.2 9.82 3.13 -
YUV 70.9 111.7 201.54 -
System Red Green Blue C M Y K H S L
Decimal 174 24 42 0 0.86 0.76 0.32 352.8 0.76 0.39
Hex AE 18 2A 0 56 4C 20 161 4C 27
Octal 256 30 52 0 126 114 40 541 114 47
Binary 10101110 11000 101010 0 1010110 1001100 100000 101100001 1001100 100111

Color Harmonies of #AE182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE182A

Black with #AE182A

Text Example


Text Example

White with #AE182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE182A; }

 p { color: rgb(174,24,42); }

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

background-color css

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

 a { background-color: rgb(174,24,42); }

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

border-color css

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

 span { border-color: rgb(174,24,42); }

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