Html Css Color HEX #AE2632 Cardinal

📋 copy color: '#AE2632'

red 174 ◦ green 38 ◦ blue 50

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

Shades of Cardinal #AE2632

Tints of Cardinal #AE2632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.08%

R = 66.41%
G = 14.5%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE2632 (or 0xAE2632) is known color: Cardinal. HEX triplet: AE, 26 and 32. RGB value is (174,38,50). Sum of RGB (Red+Green+Blue) = 174+38+50=262 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.41% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2632 is #51D9CD. Grayscale: #505050. Windows color (decimal): -5364174 or 3286702. OLE color: 3286702.

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

Color convert

RGB 174 38 50 -
CMYK 0 0.78 0.71 0.32
HSL 354.71º 0.64% 0.42% -
HSV(B) 354.71º 0.78% 0.68% -
XYZ 18.72 10.62 4.08 -
YUV 80.03 111.06 195.02 -
System Red Green Blue C M Y K H S L
Decimal 174 38 50 0 0.78 0.71 0.32 354.71 0.64 0.42
Hex AE 26 32 0 4E 47 20 163 40 2A
Octal 256 46 62 0 116 107 40 543 100 52
Binary 10101110 100110 110010 0 1001110 1000111 100000 101100011 1000000 101010

Color Harmonies of #AE2632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2632

Black with #AE2632

Text Example


Text Example

White with #AE2632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2632; }

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

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

background-color css

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

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

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

border-color css

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

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

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