Html Css Color HEX #AE1E2F Cardinal

📋 copy color: '#AE1E2F'

red 174 ◦ green 30 ◦ blue 47

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

Shades of Cardinal #AE1E2F

Tints of Cardinal #AE1E2F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.95%

 BLUE value IS 47 (18.75% from 255) = 18.73%

R = 69.32%
G = 11.95%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AE1E2F (or 0xAE1E2F) is known color: Cardinal. HEX triplet: AE, 1E and 2F. RGB value is (174,30,47). Sum of RGB (Red+Green+Blue) = 174+30+47=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1E2F is #51E1D0. Grayscale: #4B4B4B. Windows color (decimal): -5366225 or 3088046. OLE color: 3088046.

HSL color Cylindrical-coordinate representation of color #AE1E2F: hue angle of 352.92º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE1E2F is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 30 47 -
CMYK 0 0.83 0.73 0.32
HSL 352.92º 0.71% 0.4% -
HSV(B) 352.92º 0.83% 0.68% -
XYZ 18.43 10.13 3.67 -
YUV 74.99 112.21 198.62 -
System Red Green Blue C M Y K H S L
Decimal 174 30 47 0 0.83 0.73 0.32 352.92 0.71 0.4
Hex AE 1E 2F 0 53 49 20 161 47 28
Octal 256 36 57 0 123 111 40 541 107 50
Binary 10101110 11110 101111 0 1010011 1001001 100000 101100001 1000111 101000

Color Harmonies of #AE1E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1E2F

Black with #AE1E2F

Text Example


Text Example

White with #AE1E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1E2F; }

 p { color: rgb(174,30,47); }

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

background-color css

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

 a { background-color: rgb(174,30,47); }

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

border-color css

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

 span { border-color: rgb(174,30,47); }

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