Html Css Color HEX #AE2938 Cardinal

📋 copy color: '#AE2938'

red 174 ◦ green 41 ◦ blue 56

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

Shades of Cardinal #AE2938

Tints of Cardinal #AE2938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.66%

R = 64.21%
G = 15.13%
B = 20.66%

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

#AE2938 (or 0xAE2938) is known color: Cardinal. HEX triplet: AE, 29 and 38. RGB value is (174,41,56). Sum of RGB (Red+Green+Blue) = 174+41+56=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2938 is #51D6C7. Grayscale: #525252. Windows color (decimal): -5363400 or 3680686. OLE color: 3680686.

HSL color Cylindrical-coordinate representation of color #AE2938: hue angle of 353.23º 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 #AE2938 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 41 56 -
CMYK 0 0.76 0.68 0.32
HSL 353.23º 0.62% 0.42% -
HSV(B) 353.23º 0.76% 0.68% -
XYZ 18.96 10.87 4.84 -
YUV 82.48 113.06 193.28 -
System Red Green Blue C M Y K H S L
Decimal 174 41 56 0 0.76 0.68 0.32 353.23 0.62 0.42
Hex AE 29 38 0 4C 44 20 161 3E 2A
Octal 256 51 70 0 114 104 40 541 76 52
Binary 10101110 101001 111000 0 1001100 1000100 100000 101100001 111110 101010

Color Harmonies of #AE2938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2938

Black with #AE2938

Text Example


Text Example

White with #AE2938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2938; }

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

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

background-color css

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

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

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

border-color css

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

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

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