Html Css Color HEX #AE1330 Cardinal

📋 copy color: '#AE1330'

red 174 ◦ green 19 ◦ blue 48

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

Shades of Cardinal #AE1330

Tints of Cardinal #AE1330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.88%

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

R = 72.2%
G = 7.88%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE1330 (or 0xAE1330) is known color: Cardinal. HEX triplet: AE, 13 and 30. RGB value is (174,19,48). Sum of RGB (Red+Green+Blue) = 174+19+48=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1330 is #51ECCF. Grayscale: #444444. Windows color (decimal): -5369040 or 3150766. OLE color: 3150766.

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

Color convert

RGB 174 19 48 -
CMYK 0 0.89 0.72 0.32
HSL 348.77º 0.8% 0.38% -
HSV(B) 348.77º 0.89% 0.68% -
XYZ 18.22 9.68 3.7 -
YUV 68.65 116.35 203.14 -
System Red Green Blue C M Y K H S L
Decimal 174 19 48 0 0.89 0.72 0.32 348.77 0.8 0.38
Hex AE 13 30 0 59 48 20 15D 50 26
Octal 256 23 60 0 131 110 40 535 120 46
Binary 10101110 10011 110000 0 1011001 1001000 100000 101011101 1010000 100110

Color Harmonies of #AE1330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1330

Black with #AE1330

Text Example


Text Example

White with #AE1330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1330; }

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

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

background-color css

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

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

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

border-color css

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

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

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