Html Css Color HEX #AE0534 Cardinal

📋 copy color: '#AE0534'

red 174 ◦ green 5 ◦ blue 52

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

Shades of Cardinal #AE0534

Tints of Cardinal #AE0534

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

 BLUE value IS 52 (20.7% from 255) = 22.51%

R = 75.32%
G = 2.16%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AE0534 (or 0xAE0534) is known color: Cardinal. HEX triplet: AE, 05 and 34. RGB value is (174,5,52). Sum of RGB (Red+Green+Blue) = 174+5+52=231 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.32% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0534 is #51FACB. Grayscale: #3C3C3C. Windows color (decimal): -5372620 or 3409326. OLE color: 3409326.

HSL color Cylindrical-coordinate representation of color #AE0534: hue angle of 343.31º degrees, saturation: 0.94, 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 #AE0534 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 5 52 -
CMYK 0 0.97 0.70 0.32
HSL 343.31º 0.94% 0.35% -
HSV(B) 343.31º 0.97% 0.68% -
XYZ 18.13 9.36 4.1 -
YUV 60.89 122.99 208.68 -
System Red Green Blue C M Y K H S L
Decimal 174 5 52 0 0.97 0.70 0.32 343.31 0.94 0.35
Hex AE 5 34 0 61 46 20 157 5E 23
Octal 256 5 64 0 141 106 40 527 136 43
Binary 10101110 101 110100 0 1100001 1000110 100000 101010111 1011110 100011

Color Harmonies of #AE0534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0534

Black with #AE0534

Text Example


Text Example

White with #AE0534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0534; }

 p { color: rgb(174,5,52); }

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

background-color css

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

 a { background-color: rgb(174,5,52); }

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

border-color css

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

 span { border-color: rgb(174,5,52); }

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