Html Css Color HEX #AE2937 Cardinal

📋 copy color: '#AE2937'

red 174 ◦ green 41 ◦ blue 55

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

Shades of Cardinal #AE2937

Tints of Cardinal #AE2937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.19%

 BLUE value IS 55 (21.88% from 255) = 20.37%

R = 64.44%
G = 15.19%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AE2937 (or 0xAE2937) is known color: Cardinal. HEX triplet: AE, 29 and 37. RGB value is (174,41,55). Sum of RGB (Red+Green+Blue) = 174+41+55=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2937 is #51D6C8. Grayscale: #525252. Windows color (decimal): -5363401 or 3615150. OLE color: 3615150.

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

Color convert

RGB 174 41 55 -
CMYK 0 0.76 0.68 0.32
HSL 353.68º 0.62% 0.42% -
HSV(B) 353.68º 0.76% 0.68% -
XYZ 18.94 10.86 4.71 -
YUV 82.36 112.56 193.36 -
System Red Green Blue C M Y K H S L
Decimal 174 41 55 0 0.76 0.68 0.32 353.68 0.62 0.42
Hex AE 29 37 0 4C 44 20 162 3E 2A
Octal 256 51 67 0 114 104 40 542 76 52
Binary 10101110 101001 110111 0 1001100 1000100 100000 101100010 111110 101010

Color Harmonies of #AE2937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2937

Black with #AE2937

Text Example


Text Example

White with #AE2937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2937; }

 p { color: rgb(174,41,55); }

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

background-color css

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

 a { background-color: rgb(174,41,55); }

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

border-color css

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

 span { border-color: rgb(174,41,55); }

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