Html Css Color HEX #AE023B Cardinal

📋 copy color: '#AE023B'

red 174 ◦ green 2 ◦ blue 59

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

Shades of Cardinal #AE023B

Tints of Cardinal #AE023B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 59 (23.44% from 255) = 25.11%

R = 74.04%
G = 0.85%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE023B (or 0xAE023B) is known color: Cardinal. HEX triplet: AE, 02 and 3B. RGB value is (174,2,59). Sum of RGB (Red+Green+Blue) = 174+2+59=235 (31% of max value = 765). Red value is 174 (68.36% from 255 or 74.04% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 174 - color contains mainly: red. Hex color #AE023B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE023B is #51FDC4. Grayscale: #3B3B3B. Windows color (decimal): -5373381 or 3867310. OLE color: 3867310.

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

Color convert

RGB 174 2 59 -
CMYK 0 0.99 0.66 0.32
HSL 340.12º 0.98% 0.35% -
HSV(B) 340.12º 0.99% 0.68% -
XYZ 18.27 9.36 4.98 -
YUV 59.93 127.48 209.37 -
System Red Green Blue C M Y K H S L
Decimal 174 2 59 0 0.99 0.66 0.32 340.12 0.98 0.35
Hex AE 2 3B 0 63 42 20 154 62 23
Octal 256 2 73 0 143 102 40 524 142 43
Binary 10101110 10 111011 0 1100011 1000010 100000 101010100 1100010 100011

Color Harmonies of #AE023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE023B

Black with #AE023B

Text Example


Text Example

White with #AE023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE023B; }

 p { color: rgb(174,2,59); }

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

background-color css

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

 a { background-color: rgb(174,2,59); }

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

border-color css

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

 span { border-color: rgb(174,2,59); }

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