Html Css Color HEX #AE0636 Cardinal

📋 copy color: '#AE0636'

red 174 ◦ green 6 ◦ blue 54

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

Shades of Cardinal #AE0636

Tints of Cardinal #AE0636

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.56%

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

R = 74.36%
G = 2.56%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AE0636 (or 0xAE0636) is known color: Cardinal. HEX triplet: AE, 06 and 36. RGB value is (174,6,54). Sum of RGB (Red+Green+Blue) = 174+6+54=234 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.36% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0636 is #51F9C9. Grayscale: #3D3D3D. Windows color (decimal): -5372362 or 3540654. OLE color: 3540654.

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

Color convert

RGB 174 6 54 -
CMYK 0 0.97 0.69 0.32
HSL 342.86º 0.93% 0.35% -
HSV(B) 342.86º 0.97% 0.68% -
XYZ 18.19 9.4 4.34 -
YUV 61.7 123.66 208.1 -
System Red Green Blue C M Y K H S L
Decimal 174 6 54 0 0.97 0.69 0.32 342.86 0.93 0.35
Hex AE 6 36 0 61 45 20 157 5D 23
Octal 256 6 66 0 141 105 40 527 135 43
Binary 10101110 110 110110 0 1100001 1000101 100000 101010111 1011101 100011

Color Harmonies of #AE0636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0636

Black with #AE0636

Text Example


Text Example

White with #AE0636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0636; }

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

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

background-color css

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

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

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

border-color css

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

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

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