Html Css Color HEX #AE2136 Cardinal

📋 copy color: '#AE2136'

red 174 ◦ green 33 ◦ blue 54

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

Shades of Cardinal #AE2136

Tints of Cardinal #AE2136

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.64%

 BLUE value IS 54 (21.48% from 255) = 20.69%

R = 66.67%
G = 12.64%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AE2136 (or 0xAE2136) is known color: Cardinal. HEX triplet: AE, 21 and 36. RGB value is (174,33,54). Sum of RGB (Red+Green+Blue) = 174+33+54=261 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.67% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2136 is #51DEC9. Grayscale: #4D4D4D. Windows color (decimal): -5365450 or 3547566. OLE color: 3547566.

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

Color convert

RGB 174 33 54 -
CMYK 0 0.81 0.69 0.32
HSL 351.06º 0.68% 0.41% -
HSV(B) 351.06º 0.81% 0.68% -
XYZ 18.67 10.35 4.5 -
YUV 77.55 114.71 196.79 -
System Red Green Blue C M Y K H S L
Decimal 174 33 54 0 0.81 0.69 0.32 351.06 0.68 0.41
Hex AE 21 36 0 51 45 20 15F 44 29
Octal 256 41 66 0 121 105 40 537 104 51
Binary 10101110 100001 110110 0 1010001 1000101 100000 101011111 1000100 101001

Color Harmonies of #AE2136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2136

Black with #AE2136

Text Example


Text Example

White with #AE2136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2136; }

 p { color: rgb(174,33,54); }

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

background-color css

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

 a { background-color: rgb(174,33,54); }

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

border-color css

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

 span { border-color: rgb(174,33,54); }

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