Html Css Color HEX #AE163D Cardinal

📋 copy color: '#AE163D'

red 174 ◦ green 22 ◦ blue 61

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

Shades of Cardinal #AE163D

Tints of Cardinal #AE163D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.56%

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

R = 67.7%
G = 8.56%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE163D (or 0xAE163D) is known color: Cardinal. HEX triplet: AE, 16 and 3D. RGB value is (174,22,61). Sum of RGB (Red+Green+Blue) = 174+22+61=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE163D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE163D is #51E9C2. Grayscale: #474747. Windows color (decimal): -5368259 or 4003502. OLE color: 4003502.

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

Color convert

RGB 174 22 61 -
CMYK 0 0.87 0.65 0.32
HSL 344.61º 0.78% 0.38% -
HSV(B) 344.61º 0.87% 0.68% -
XYZ 18.58 9.91 5.35 -
YUV 71.89 121.86 200.83 -
System Red Green Blue C M Y K H S L
Decimal 174 22 61 0 0.87 0.65 0.32 344.61 0.78 0.38
Hex AE 16 3D 0 57 41 20 159 4E 26
Octal 256 26 75 0 127 101 40 531 116 46
Binary 10101110 10110 111101 0 1010111 1000001 100000 101011001 1001110 100110

Color Harmonies of #AE163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE163D

Black with #AE163D

Text Example


Text Example

White with #AE163D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE163D; }

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

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

background-color css

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

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

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

border-color css

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

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

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