Html Css Color HEX #AE043D Cardinal

📋 copy color: '#AE043D'

red 174 ◦ green 4 ◦ blue 61

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

Shades of Cardinal #AE043D

Tints of Cardinal #AE043D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.52%

R = 72.8%
G = 1.67%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE043D (or 0xAE043D) is known color: Cardinal. HEX triplet: AE, 04 and 3D. RGB value is (174,4,61). Sum of RGB (Red+Green+Blue) = 174+4+61=239 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.80% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 174 - color contains mainly: red. Hex color #AE043D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE043D is #51FBC2. Grayscale: #3D3D3D. Windows color (decimal): -5372867 or 3998894. OLE color: 3998894.

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

Color convert

RGB 174 4 61 -
CMYK 0 0.98 0.65 0.32
HSL 339.88º 0.96% 0.35% -
HSV(B) 339.88º 0.98% 0.68% -
XYZ 18.34 9.42 5.27 -
YUV 61.33 127.82 208.37 -
System Red Green Blue C M Y K H S L
Decimal 174 4 61 0 0.98 0.65 0.32 339.88 0.96 0.35
Hex AE 4 3D 0 62 41 20 154 60 23
Octal 256 4 75 0 142 101 40 524 140 43
Binary 10101110 100 111101 0 1100010 1000001 100000 101010100 1100000 100011

Color Harmonies of #AE043D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE043D

Black with #AE043D

Text Example


Text Example

White with #AE043D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE043D; }

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

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

background-color css

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

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

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

border-color css

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

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

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