Html Css Color HEX #AE033A Cardinal

📋 copy color: '#AE033A'

red 174 ◦ green 3 ◦ blue 58

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

Shades of Cardinal #AE033A

Tints of Cardinal #AE033A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.68%

R = 74.04%
G = 1.28%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE033A (or 0xAE033A) is known color: Cardinal. HEX triplet: AE, 03 and 3A. RGB value is (174,3,58). Sum of RGB (Red+Green+Blue) = 174+3+58=235 (31% of max value = 765). Red value is 174 (68.36% from 255 or 74.04% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 174 - color contains mainly: red. Hex color #AE033A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE033A is #51FCC5. Grayscale: #3C3C3C. Windows color (decimal): -5373126 or 3802030. OLE color: 3802030.

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

Color convert

RGB 174 3 58 -
CMYK 0 0.98 0.67 0.32
HSL 340.7º 0.97% 0.35% -
HSV(B) 340.7º 0.98% 0.68% -
XYZ 18.25 9.37 4.85 -
YUV 60.4 126.65 209.03 -
System Red Green Blue C M Y K H S L
Decimal 174 3 58 0 0.98 0.67 0.32 340.7 0.97 0.35
Hex AE 3 3A 0 62 43 20 155 61 23
Octal 256 3 72 0 142 103 40 525 141 43
Binary 10101110 11 111010 0 1100010 1000011 100000 101010101 1100001 100011

Color Harmonies of #AE033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE033A

Black with #AE033A

Text Example


Text Example

White with #AE033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE033A; }

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

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

background-color css

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

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

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

border-color css

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

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

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