Html Css Color HEX #AE2636 Cardinal

📋 copy color: '#AE2636'

red 174 ◦ green 38 ◦ blue 54

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

Shades of Cardinal #AE2636

Tints of Cardinal #AE2636

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.29%

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

R = 65.41%
G = 14.29%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AE2636 (or 0xAE2636) is known color: Cardinal. HEX triplet: AE, 26 and 36. RGB value is (174,38,54). Sum of RGB (Red+Green+Blue) = 174+38+54=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2636 is #51D9C9. Grayscale: #505050. Windows color (decimal): -5364170 or 3548846. OLE color: 3548846.

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

Color convert

RGB 174 38 54 -
CMYK 0 0.78 0.69 0.32
HSL 352.94º 0.64% 0.42% -
HSV(B) 352.94º 0.78% 0.68% -
XYZ 18.81 10.65 4.55 -
YUV 80.49 113.06 194.7 -
System Red Green Blue C M Y K H S L
Decimal 174 38 54 0 0.78 0.69 0.32 352.94 0.64 0.42
Hex AE 26 36 0 4E 45 20 161 40 2A
Octal 256 46 66 0 116 105 40 541 100 52
Binary 10101110 100110 110110 0 1001110 1000101 100000 101100001 1000000 101010

Color Harmonies of #AE2636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2636

Black with #AE2636

Text Example


Text Example

White with #AE2636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2636; }

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

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

background-color css

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

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

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

border-color css

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

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

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