Html Css Color HEX #AE1C2A Cardinal

📋 copy color: '#AE1C2A'

red 174 ◦ green 28 ◦ blue 42

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

Shades of Cardinal #AE1C2A

Tints of Cardinal #AE1C2A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.48%

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

R = 71.31%
G = 11.48%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE1C2A (or 0xAE1C2A) is known color: Cardinal. HEX triplet: AE, 1C and 2A. RGB value is (174,28,42). Sum of RGB (Red+Green+Blue) = 174+28+42=244 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.31% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1C2A is #51E3D5. Grayscale: #494949. Windows color (decimal): -5366742 or 2759854. OLE color: 2759854.

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

Color convert

RGB 174 28 42 -
CMYK 0 0.84 0.76 0.32
HSL 354.25º 0.72% 0.4% -
HSV(B) 354.25º 0.84% 0.68% -
XYZ 18.29 10 3.16 -
YUV 73.25 110.37 199.86 -
System Red Green Blue C M Y K H S L
Decimal 174 28 42 0 0.84 0.76 0.32 354.25 0.72 0.4
Hex AE 1C 2A 0 54 4C 20 162 48 28
Octal 256 34 52 0 124 114 40 542 110 50
Binary 10101110 11100 101010 0 1010100 1001100 100000 101100010 1001000 101000

Color Harmonies of #AE1C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1C2A

Black with #AE1C2A

Text Example


Text Example

White with #AE1C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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