Html Css Color HEX #AE242E Cardinal

📋 copy color: '#AE242E'

red 174 ◦ green 36 ◦ blue 46

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

Shades of Cardinal #AE242E

Tints of Cardinal #AE242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.06%

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

R = 67.97%
G = 14.06%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE242E (or 0xAE242E) is known color: Cardinal. HEX triplet: AE, 24 and 2E. RGB value is (174,36,46). Sum of RGB (Red+Green+Blue) = 174+36+46=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE242E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE242E is #51DBD1. Grayscale: #4E4E4E. Windows color (decimal): -5364690 or 3024046. OLE color: 3024046.

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

Color convert

RGB 174 36 46 -
CMYK 0 0.79 0.74 0.32
HSL 355.65º 0.66% 0.41% -
HSV(B) 355.65º 0.79% 0.68% -
XYZ 18.58 10.46 3.62 -
YUV 78.4 109.72 196.19 -
System Red Green Blue C M Y K H S L
Decimal 174 36 46 0 0.79 0.74 0.32 355.65 0.66 0.41
Hex AE 24 2E 0 4F 4A 20 164 42 29
Octal 256 44 56 0 117 112 40 544 102 51
Binary 10101110 100100 101110 0 1001111 1001010 100000 101100100 1000010 101001

Color Harmonies of #AE242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE242E

Black with #AE242E

Text Example


Text Example

White with #AE242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE242E; }

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

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

background-color css

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

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

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

border-color css

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

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

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