Html Css Color HEX #AE223B Cardinal

📋 copy color: '#AE223B'

red 174 ◦ green 34 ◦ blue 59

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

Shades of Cardinal #AE223B

Tints of Cardinal #AE223B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.73%

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

R = 65.17%
G = 12.73%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE223B (or 0xAE223B) is known color: Cardinal. HEX triplet: AE, 22 and 3B. RGB value is (174,34,59). Sum of RGB (Red+Green+Blue) = 174+34+59=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE223B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE223B is #51DDC4. Grayscale: #4E4E4E. Windows color (decimal): -5365189 or 3875502. OLE color: 3875502.

HSL color Cylindrical-coordinate representation of color #AE223B: hue angle of 349.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE223B is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 34 59 -
CMYK 0 0.80 0.66 0.32
HSL 349.29º 0.67% 0.41% -
HSV(B) 349.29º 0.8% 0.68% -
XYZ 18.82 10.46 5.16 -
YUV 78.71 116.88 195.97 -
System Red Green Blue C M Y K H S L
Decimal 174 34 59 0 0.80 0.66 0.32 349.29 0.67 0.41
Hex AE 22 3B 0 50 42 20 15D 43 29
Octal 256 42 73 0 120 102 40 535 103 51
Binary 10101110 100010 111011 0 1010000 1000010 100000 101011101 1000011 101001

Color Harmonies of #AE223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE223B

Black with #AE223B

Text Example


Text Example

White with #AE223B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE223B; }

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

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

background-color css

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

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

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

border-color css

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

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

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