Html Css Color HEX #AE153D Cardinal

📋 copy color: '#AE153D'

red 174 ◦ green 21 ◦ blue 61

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

Shades of Cardinal #AE153D

Tints of Cardinal #AE153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.2%

 BLUE value IS 61 (24.22% from 255) = 23.83%

R = 67.97%
G = 8.2%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE153D (or 0xAE153D) is known color: Cardinal. HEX triplet: AE, 15 and 3D. RGB value is (174,21,61). Sum of RGB (Red+Green+Blue) = 174+21+61=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE153D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE153D is #51EAC2. Grayscale: #474747. Windows color (decimal): -5368515 or 4003246. OLE color: 4003246.

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

Color convert

RGB 174 21 61 -
CMYK 0 0.88 0.65 0.32
HSL 344.31º 0.78% 0.38% -
HSV(B) 344.31º 0.88% 0.68% -
XYZ 18.57 9.87 5.34 -
YUV 71.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 174 21 61 0 0.88 0.65 0.32 344.31 0.78 0.38
Hex AE 15 3D 0 58 41 20 158 4E 26
Octal 256 25 75 0 130 101 40 530 116 46
Binary 10101110 10101 111101 0 1011000 1000001 100000 101011000 1001110 100110

Color Harmonies of #AE153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE153D

Black with #AE153D

Text Example


Text Example

White with #AE153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE153D; }

 p { color: rgb(174,21,61); }

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

background-color css

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

 a { background-color: rgb(174,21,61); }

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

border-color css

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

 span { border-color: rgb(174,21,61); }

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