Html Css Color HEX #AE1230 Cardinal

📋 copy color: '#AE1230'

red 174 ◦ green 18 ◦ blue 48

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

Shades of Cardinal #AE1230

Tints of Cardinal #AE1230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.5%

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

R = 72.5%
G = 7.5%
B = 20%

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

#AE1230 (or 0xAE1230) is known color: Cardinal. HEX triplet: AE, 12 and 30. RGB value is (174,18,48). Sum of RGB (Red+Green+Blue) = 174+18+48=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1230 is #51EDCF. Grayscale: #444444. Windows color (decimal): -5369296 or 3150510. OLE color: 3150510.

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

Color convert

RGB 174 18 48 -
CMYK 0 0.90 0.72 0.32
HSL 348.46º 0.81% 0.38% -
HSV(B) 348.46º 0.9% 0.68% -
XYZ 18.21 9.64 3.7 -
YUV 68.06 116.68 203.56 -
System Red Green Blue C M Y K H S L
Decimal 174 18 48 0 0.90 0.72 0.32 348.46 0.81 0.38
Hex AE 12 30 0 5A 48 20 15C 51 26
Octal 256 22 60 0 132 110 40 534 121 46
Binary 10101110 10010 110000 0 1011010 1001000 100000 101011100 1010001 100110

Color Harmonies of #AE1230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1230

Black with #AE1230

Text Example


Text Example

White with #AE1230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1230; }

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

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

background-color css

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

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

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

border-color css

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

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

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