Html Css Color HEX #AE253C Cardinal

📋 copy color: '#AE253C'

red 174 ◦ green 37 ◦ blue 60

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

Shades of Cardinal #AE253C

Tints of Cardinal #AE253C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.65%

 BLUE value IS 60 (23.83% from 255) = 22.14%

R = 64.21%
G = 13.65%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE253C (or 0xAE253C) is known color: Cardinal. HEX triplet: AE, 25 and 3C. RGB value is (174,37,60). Sum of RGB (Red+Green+Blue) = 174+37+60=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE253C is #51DAC3. Grayscale: #505050. Windows color (decimal): -5364420 or 3941806. OLE color: 3941806.

HSL color Cylindrical-coordinate representation of color #AE253C: hue angle of 349.93º degrees, saturation: 0.65, 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 #AE253C is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 37 60 -
CMYK 0 0.79 0.66 0.32
HSL 349.93º 0.65% 0.41% -
HSV(B) 349.93º 0.79% 0.68% -
XYZ 18.93 10.65 5.33 -
YUV 80.59 116.39 194.63 -
System Red Green Blue C M Y K H S L
Decimal 174 37 60 0 0.79 0.66 0.32 349.93 0.65 0.41
Hex AE 25 3C 0 4F 42 20 15E 41 29
Octal 256 45 74 0 117 102 40 536 101 51
Binary 10101110 100101 111100 0 1001111 1000010 100000 101011110 1000001 101001

Color Harmonies of #AE253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE253C

Black with #AE253C

Text Example


Text Example

White with #AE253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE253C; }

 p { color: rgb(174,37,60); }

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

background-color css

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

 a { background-color: rgb(174,37,60); }

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

border-color css

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

 span { border-color: rgb(174,37,60); }

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