Html Css Color HEX #AE0434 Cardinal

📋 copy color: '#AE0434'

red 174 ◦ green 4 ◦ blue 52

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

Shades of Cardinal #AE0434

Tints of Cardinal #AE0434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.74%

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

R = 75.65%
G = 1.74%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AE0434 (or 0xAE0434) is known color: Cardinal. HEX triplet: AE, 04 and 34. RGB value is (174,4,52). Sum of RGB (Red+Green+Blue) = 174+4+52=230 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.65% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0434 is #51FBCB. Grayscale: #3C3C3C. Windows color (decimal): -5372876 or 3409070. OLE color: 3409070.

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

Color convert

RGB 174 4 52 -
CMYK 0 0.98 0.70 0.32
HSL 343.06º 0.96% 0.35% -
HSV(B) 343.06º 0.98% 0.68% -
XYZ 18.12 9.33 4.1 -
YUV 60.3 123.32 209.1 -
System Red Green Blue C M Y K H S L
Decimal 174 4 52 0 0.98 0.70 0.32 343.06 0.96 0.35
Hex AE 4 34 0 62 46 20 157 60 23
Octal 256 4 64 0 142 106 40 527 140 43
Binary 10101110 100 110100 0 1100010 1000110 100000 101010111 1100000 100011

Color Harmonies of #AE0434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0434

Black with #AE0434

Text Example


Text Example

White with #AE0434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0434; }

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

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

background-color css

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

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

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

border-color css

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

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

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