Html Css Color HEX #AE1130 Cardinal

📋 copy color: '#AE1130'

red 174 ◦ green 17 ◦ blue 48

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

Shades of Cardinal #AE1130

Tints of Cardinal #AE1130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.11%

 BLUE value IS 48 (19.14% from 255) = 20.08%

R = 72.8%
G = 7.11%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE1130 (or 0xAE1130) is known color: Cardinal. HEX triplet: AE, 11 and 30. RGB value is (174,17,48). Sum of RGB (Red+Green+Blue) = 174+17+48=239 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.80% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1130 is #51EECF. Grayscale: #434343. Windows color (decimal): -5369552 or 3150254. OLE color: 3150254.

HSL color Cylindrical-coordinate representation of color #AE1130: hue angle of 348.15º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE1130 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 17 48 -
CMYK 0 0.90 0.72 0.32
HSL 348.15º 0.82% 0.37% -
HSV(B) 348.15º 0.9% 0.68% -
XYZ 18.19 9.61 3.69 -
YUV 67.48 117.01 203.98 -
System Red Green Blue C M Y K H S L
Decimal 174 17 48 0 0.90 0.72 0.32 348.15 0.82 0.37
Hex AE 11 30 0 5A 48 20 15C 52 25
Octal 256 21 60 0 132 110 40 534 122 45
Binary 10101110 10001 110000 0 1011010 1001000 100000 101011100 1010010 100101

Color Harmonies of #AE1130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1130

Black with #AE1130

Text Example


Text Example

White with #AE1130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1130; }

 p { color: rgb(174,17,48); }

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

background-color css

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

 a { background-color: rgb(174,17,48); }

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

border-color css

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

 span { border-color: rgb(174,17,48); }

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