Html Css Color HEX #AE2033 Cardinal

📋 copy color: '#AE2033'

red 174 ◦ green 32 ◦ blue 51

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

Shades of Cardinal #AE2033

Tints of Cardinal #AE2033

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.45%

 BLUE value IS 51 (20.31% from 255) = 19.84%

R = 67.7%
G = 12.45%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE2033 (or 0xAE2033) is known color: Cardinal. HEX triplet: AE, 20 and 33. RGB value is (174,32,51). Sum of RGB (Red+Green+Blue) = 174+32+51=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2033 is #51DFCC. Grayscale: #4C4C4C. Windows color (decimal): -5365709 or 3350702. OLE color: 3350702.

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

Color convert

RGB 174 32 51 -
CMYK 0 0.82 0.71 0.32
HSL 351.97º 0.69% 0.4% -
HSV(B) 351.97º 0.82% 0.68% -
XYZ 18.57 10.27 4.14 -
YUV 76.62 113.54 197.46 -
System Red Green Blue C M Y K H S L
Decimal 174 32 51 0 0.82 0.71 0.32 351.97 0.69 0.4
Hex AE 20 33 0 52 47 20 160 45 28
Octal 256 40 63 0 122 107 40 540 105 50
Binary 10101110 100000 110011 0 1010010 1000111 100000 101100000 1000101 101000

Color Harmonies of #AE2033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2033

Black with #AE2033

Text Example


Text Example

White with #AE2033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2033; }

 p { color: rgb(174,32,51); }

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

background-color css

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

 a { background-color: rgb(174,32,51); }

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

border-color css

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

 span { border-color: rgb(174,32,51); }

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