Html Css Color HEX #AE0336 Cardinal

📋 copy color: '#AE0336'

red 174 ◦ green 3 ◦ blue 54

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

Shades of Cardinal #AE0336

Tints of Cardinal #AE0336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.3%

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

R = 75.32%
G = 1.3%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AE0336 (or 0xAE0336) is known color: Cardinal. HEX triplet: AE, 03 and 36. RGB value is (174,3,54). Sum of RGB (Red+Green+Blue) = 174+3+54=231 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.32% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0336 is #51FCC9. Grayscale: #3B3B3B. Windows color (decimal): -5373130 or 3539886. OLE color: 3539886.

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

Color convert

RGB 174 3 54 -
CMYK 0 0.98 0.69 0.32
HSL 342.11º 0.97% 0.35% -
HSV(B) 342.11º 0.98% 0.68% -
XYZ 18.15 9.33 4.33 -
YUV 59.94 124.65 209.35 -
System Red Green Blue C M Y K H S L
Decimal 174 3 54 0 0.98 0.69 0.32 342.11 0.97 0.35
Hex AE 3 36 0 62 45 20 156 61 23
Octal 256 3 66 0 142 105 40 526 141 43
Binary 10101110 11 110110 0 1100010 1000101 100000 101010110 1100001 100011

Color Harmonies of #AE0336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0336

Black with #AE0336

Text Example


Text Example

White with #AE0336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0336; }

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

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

background-color css

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

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

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

border-color css

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

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

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