Html Css Color HEX #AE1A30 Cardinal

📋 copy color: '#AE1A30'

red 174 ◦ green 26 ◦ blue 48

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

Shades of Cardinal #AE1A30

Tints of Cardinal #AE1A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.48%

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

R = 70.16%
G = 10.48%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE1A30 (or 0xAE1A30) is known color: Cardinal. HEX triplet: AE, 1A and 30. RGB value is (174,26,48). Sum of RGB (Red+Green+Blue) = 174+26+48=248 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.16% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1A30 is #51E5CF. Grayscale: #484848. Windows color (decimal): -5367248 or 3152558. OLE color: 3152558.

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

Color convert

RGB 174 26 48 -
CMYK 0 0.85 0.72 0.32
HSL 351.08º 0.74% 0.39% -
HSV(B) 351.08º 0.85% 0.68% -
XYZ 18.36 9.95 3.75 -
YUV 72.76 114.03 200.21 -
System Red Green Blue C M Y K H S L
Decimal 174 26 48 0 0.85 0.72 0.32 351.08 0.74 0.39
Hex AE 1A 30 0 55 48 20 15F 4A 27
Octal 256 32 60 0 125 110 40 537 112 47
Binary 10101110 11010 110000 0 1010101 1001000 100000 101011111 1001010 100111

Color Harmonies of #AE1A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1A30

Black with #AE1A30

Text Example


Text Example

White with #AE1A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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