Html Css Color HEX #AE172B Cardinal

📋 copy color: '#AE172B'

red 174 ◦ green 23 ◦ blue 43

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

Shades of Cardinal #AE172B

Tints of Cardinal #AE172B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.58%

 BLUE value IS 43 (17.19% from 255) = 17.92%

R = 72.5%
G = 9.58%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE172B (or 0xAE172B) is known color: Cardinal. HEX triplet: AE, 17 and 2B. RGB value is (174,23,43). Sum of RGB (Red+Green+Blue) = 174+23+43=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE172B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE172B is #51E8D4. Grayscale: #464646. Windows color (decimal): -5368021 or 2824110. OLE color: 2824110.

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

Color convert

RGB 174 23 43 -
CMYK 0 0.87 0.75 0.32
HSL 352.05º 0.77% 0.39% -
HSV(B) 352.05º 0.87% 0.68% -
XYZ 18.2 9.79 3.22 -
YUV 70.43 112.53 201.87 -
System Red Green Blue C M Y K H S L
Decimal 174 23 43 0 0.87 0.75 0.32 352.05 0.77 0.39
Hex AE 17 2B 0 57 4B 20 160 4D 27
Octal 256 27 53 0 127 113 40 540 115 47
Binary 10101110 10111 101011 0 1010111 1001011 100000 101100000 1001101 100111

Color Harmonies of #AE172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE172B

Black with #AE172B

Text Example


Text Example

White with #AE172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE172B; }

 p { color: rgb(174,23,43); }

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

background-color css

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

 a { background-color: rgb(174,23,43); }

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

border-color css

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

 span { border-color: rgb(174,23,43); }

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