Html Css Color HEX #AE103A Cardinal

📋 copy color: '#AE103A'

red 174 ◦ green 16 ◦ blue 58

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

Shades of Cardinal #AE103A

Tints of Cardinal #AE103A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.45%

 BLUE value IS 58 (23.05% from 255) = 23.39%

R = 70.16%
G = 6.45%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE103A (or 0xAE103A) is known color: Cardinal. HEX triplet: AE, 10 and 3A. RGB value is (174,16,58). Sum of RGB (Red+Green+Blue) = 174+16+58=248 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.16% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 174 - color contains mainly: red. Hex color #AE103A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE103A is #51EFC5. Grayscale: #444444. Windows color (decimal): -5369798 or 3805358. OLE color: 3805358.

HSL color Cylindrical-coordinate representation of color #AE103A: hue angle of 344.05º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE103A is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 16 58 -
CMYK 0 0.91 0.67 0.32
HSL 344.05º 0.83% 0.37% -
HSV(B) 344.05º 0.91% 0.68% -
XYZ 18.4 9.67 4.9 -
YUV 68.03 122.35 203.58 -
System Red Green Blue C M Y K H S L
Decimal 174 16 58 0 0.91 0.67 0.32 344.05 0.83 0.37
Hex AE 10 3A 0 5B 43 20 158 53 25
Octal 256 20 72 0 133 103 40 530 123 45
Binary 10101110 10000 111010 0 1011011 1000011 100000 101011000 1010011 100101

Color Harmonies of #AE103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE103A

Black with #AE103A

Text Example


Text Example

White with #AE103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE103A; }

 p { color: rgb(174,16,58); }

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

background-color css

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

 a { background-color: rgb(174,16,58); }

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

border-color css

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

 span { border-color: rgb(174,16,58); }

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