Html Css Color HEX #AE112B Cardinal

📋 copy color: '#AE112B'

red 174 ◦ green 17 ◦ blue 43

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

Shades of Cardinal #AE112B

Tints of Cardinal #AE112B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.26%

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

R = 74.36%
G = 7.26%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE112B (or 0xAE112B) is known color: Cardinal. HEX triplet: AE, 11 and 2B. RGB value is (174,17,43). Sum of RGB (Red+Green+Blue) = 174+17+43=234 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.36% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 174 - color contains mainly: red. Hex color #AE112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE112B is #51EED4. Grayscale: #424242. Windows color (decimal): -5369557 or 2822574. OLE color: 2822574.

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

Color convert

RGB 174 17 43 -
CMYK 0 0.90 0.75 0.32
HSL 350.06º 0.82% 0.37% -
HSV(B) 350.06º 0.9% 0.68% -
XYZ 18.09 9.57 3.18 -
YUV 66.91 114.51 204.39 -
System Red Green Blue C M Y K H S L
Decimal 174 17 43 0 0.90 0.75 0.32 350.06 0.82 0.37
Hex AE 11 2B 0 5A 4B 20 15E 52 25
Octal 256 21 53 0 132 113 40 536 122 45
Binary 10101110 10001 101011 0 1011010 1001011 100000 101011110 1010010 100101

Color Harmonies of #AE112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE112B

Black with #AE112B

Text Example


Text Example

White with #AE112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE112B; }

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

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

background-color css

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

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

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

border-color css

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

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

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