Html Css Color HEX #AE213B Cardinal

📋 copy color: '#AE213B'

red 174 ◦ green 33 ◦ blue 59

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

Shades of Cardinal #AE213B

Tints of Cardinal #AE213B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.41%

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

R = 65.41%
G = 12.41%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE213B (or 0xAE213B) is known color: Cardinal. HEX triplet: AE, 21 and 3B. RGB value is (174,33,59). Sum of RGB (Red+Green+Blue) = 174+33+59=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE213B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE213B is #51DEC4. Grayscale: #4E4E4E. Windows color (decimal): -5365445 or 3875246. OLE color: 3875246.

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

Color convert

RGB 174 33 59 -
CMYK 0 0.81 0.66 0.32
HSL 348.94º 0.68% 0.41% -
HSV(B) 348.94º 0.81% 0.68% -
XYZ 18.79 10.4 5.16 -
YUV 78.12 117.21 196.39 -
System Red Green Blue C M Y K H S L
Decimal 174 33 59 0 0.81 0.66 0.32 348.94 0.68 0.41
Hex AE 21 3B 0 51 42 20 15D 44 29
Octal 256 41 73 0 121 102 40 535 104 51
Binary 10101110 100001 111011 0 1010001 1000010 100000 101011101 1000100 101001

Color Harmonies of #AE213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE213B

Black with #AE213B

Text Example


Text Example

White with #AE213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE213B; }

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

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

background-color css

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

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

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

border-color css

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

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

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