Html Css Color HEX #AE033D Cardinal

📋 copy color: '#AE033D'

red 174 ◦ green 3 ◦ blue 61

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

Shades of Cardinal #AE033D

Tints of Cardinal #AE033D

RGB

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

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

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

R = 73.11%
G = 1.26%
B = 25.63%

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

#AE033D (or 0xAE033D) is known color: Cardinal. HEX triplet: AE, 03 and 3D. RGB value is (174,3,61). Sum of RGB (Red+Green+Blue) = 174+3+61=238 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.11% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 174 - color contains mainly: red. Hex color #AE033D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE033D is #51FCC2. Grayscale: #3C3C3C. Windows color (decimal): -5373123 or 3998638. OLE color: 3998638.

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

Color convert

RGB 174 3 61 -
CMYK 0 0.98 0.65 0.32
HSL 339.65º 0.97% 0.35% -
HSV(B) 339.65º 0.98% 0.68% -
XYZ 18.33 9.4 5.26 -
YUV 60.74 128.15 208.78 -
System Red Green Blue C M Y K H S L
Decimal 174 3 61 0 0.98 0.65 0.32 339.65 0.97 0.35
Hex AE 3 3D 0 62 41 20 154 61 23
Octal 256 3 75 0 142 101 40 524 141 43
Binary 10101110 11 111101 0 1100010 1000001 100000 101010100 1100001 100011

Color Harmonies of #AE033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE033D

Black with #AE033D

Text Example


Text Example

White with #AE033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE033D; }

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

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

background-color css

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

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

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

border-color css

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

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

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