Html Css Color HEX #AE2736 Cardinal

📋 copy color: '#AE2736'

red 174 ◦ green 39 ◦ blue 54

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

Shades of Cardinal #AE2736

Tints of Cardinal #AE2736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.61%

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

R = 65.17%
G = 14.61%
B = 20.22%

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

#AE2736 (or 0xAE2736) is known color: Cardinal. HEX triplet: AE, 27 and 36. RGB value is (174,39,54). Sum of RGB (Red+Green+Blue) = 174+39+54=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2736 is #51D8C9. Grayscale: #515151. Windows color (decimal): -5363914 or 3549102. OLE color: 3549102.

HSL color Cylindrical-coordinate representation of color #AE2736: hue angle of 353.33º degrees, saturation: 0.63, 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 #AE2736 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 39 54 -
CMYK 0 0.78 0.69 0.32
HSL 353.33º 0.63% 0.42% -
HSV(B) 353.33º 0.78% 0.68% -
XYZ 18.85 10.72 4.57 -
YUV 81.08 112.73 194.28 -
System Red Green Blue C M Y K H S L
Decimal 174 39 54 0 0.78 0.69 0.32 353.33 0.63 0.42
Hex AE 27 36 0 4E 45 20 161 3F 2A
Octal 256 47 66 0 116 105 40 541 77 52
Binary 10101110 100111 110110 0 1001110 1000101 100000 101100001 111111 101010

Color Harmonies of #AE2736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2736

Black with #AE2736

Text Example


Text Example

White with #AE2736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2736; }

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

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

background-color css

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

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

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

border-color css

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

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

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