Html Css Color HEX #AE222E Cardinal

📋 copy color: '#AE222E'

red 174 ◦ green 34 ◦ blue 46

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

Shades of Cardinal #AE222E

Tints of Cardinal #AE222E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.11%

R = 68.5%
G = 13.39%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE222E (or 0xAE222E) is known color: Cardinal. HEX triplet: AE, 22 and 2E. RGB value is (174,34,46). Sum of RGB (Red+Green+Blue) = 174+34+46=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE222E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE222E is #51DDD1. Grayscale: #4D4D4D. Windows color (decimal): -5365202 or 3023534. OLE color: 3023534.

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

Color convert

RGB 174 34 46 -
CMYK 0 0.80 0.74 0.32
HSL 354.86º 0.67% 0.41% -
HSV(B) 354.86º 0.8% 0.68% -
XYZ 18.52 10.34 3.6 -
YUV 77.23 110.38 197.02 -
System Red Green Blue C M Y K H S L
Decimal 174 34 46 0 0.80 0.74 0.32 354.86 0.67 0.41
Hex AE 22 2E 0 50 4A 20 163 43 29
Octal 256 42 56 0 120 112 40 543 103 51
Binary 10101110 100010 101110 0 1010000 1001010 100000 101100011 1000011 101001

Color Harmonies of #AE222E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE222E

Black with #AE222E

Text Example


Text Example

White with #AE222E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE222E; }

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

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

background-color css

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

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

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

border-color css

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

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

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