Html Css Color HEX #AE0731 Cardinal

📋 copy color: '#AE0731'

red 174 ◦ green 7 ◦ blue 49

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

Shades of Cardinal #AE0731

Tints of Cardinal #AE0731

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.04%

 BLUE value IS 49 (19.53% from 255) = 21.3%

R = 75.65%
G = 3.04%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE0731 (or 0xAE0731) is known color: Cardinal. HEX triplet: AE, 07 and 31. RGB value is (174,7,49). Sum of RGB (Red+Green+Blue) = 174+7+49=230 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.65% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0731 is #51F8CE. Grayscale: #3D3D3D. Windows color (decimal): -5372111 or 3213230. OLE color: 3213230.

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

Color convert

RGB 174 7 49 -
CMYK 0 0.96 0.72 0.32
HSL 344.91º 0.92% 0.35% -
HSV(B) 344.91º 0.96% 0.68% -
XYZ 18.09 9.37 3.76 -
YUV 61.72 120.83 208.08 -
System Red Green Blue C M Y K H S L
Decimal 174 7 49 0 0.96 0.72 0.32 344.91 0.92 0.35
Hex AE 7 31 0 60 48 20 159 5C 23
Octal 256 7 61 0 140 110 40 531 134 43
Binary 10101110 111 110001 0 1100000 1001000 100000 101011001 1011100 100011

Color Harmonies of #AE0731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0731

Black with #AE0731

Text Example


Text Example

White with #AE0731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0731; }

 p { color: rgb(174,7,49); }

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

background-color css

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

 a { background-color: rgb(174,7,49); }

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

border-color css

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

 span { border-color: rgb(174,7,49); }

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