Html Css Color HEX #AE223E Cardinal

📋 copy color: '#AE223E'

red 174 ◦ green 34 ◦ blue 62

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

Shades of Cardinal #AE223E

Tints of Cardinal #AE223E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.96%

R = 64.44%
G = 12.59%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE223E (or 0xAE223E) is known color: Cardinal. HEX triplet: AE, 22 and 3E. RGB value is (174,34,62). Sum of RGB (Red+Green+Blue) = 174+34+62=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE223E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE223E is #51DDC1. Grayscale: #4F4F4F. Windows color (decimal): -5365186 or 4072110. OLE color: 4072110.

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

Color convert

RGB 174 34 62 -
CMYK 0 0.80 0.64 0.32
HSL 348º 0.67% 0.41% -
HSV(B) 348º 0.8% 0.68% -
XYZ 18.9 10.49 5.59 -
YUV 79.05 118.38 195.72 -
System Red Green Blue C M Y K H S L
Decimal 174 34 62 0 0.80 0.64 0.32 348 0.67 0.41
Hex AE 22 3E 0 50 40 20 15C 43 29
Octal 256 42 76 0 120 100 40 534 103 51
Binary 10101110 100010 111110 0 1010000 1000000 100000 101011100 1000011 101001

Color Harmonies of #AE223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE223E

Black with #AE223E

Text Example


Text Example

White with #AE223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE223E; }

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

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

background-color css

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

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

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

border-color css

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

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

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