Html Css Color HEX #AE2735 Cardinal

📋 copy color: '#AE2735'

red 174 ◦ green 39 ◦ blue 53

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

Shades of Cardinal #AE2735

Tints of Cardinal #AE2735

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.66%

 BLUE value IS 53 (21.09% from 255) = 19.92%

R = 65.41%
G = 14.66%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AE2735 (or 0xAE2735) is known color: Cardinal. HEX triplet: AE, 27 and 35. RGB value is (174,39,53). Sum of RGB (Red+Green+Blue) = 174+39+53=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2735 is #51D8CA. Grayscale: #515151. Windows color (decimal): -5363915 or 3483566. OLE color: 3483566.

HSL color Cylindrical-coordinate representation of color #AE2735: hue angle of 353.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE2735 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 39 53 -
CMYK 0 0.78 0.70 0.32
HSL 353.78º 0.63% 0.42% -
HSV(B) 353.78º 0.78% 0.68% -
XYZ 18.82 10.71 4.44 -
YUV 80.96 112.23 194.36 -
System Red Green Blue C M Y K H S L
Decimal 174 39 53 0 0.78 0.70 0.32 353.78 0.63 0.42
Hex AE 27 35 0 4E 46 20 162 3F 2A
Octal 256 47 65 0 116 106 40 542 77 52
Binary 10101110 100111 110101 0 1001110 1000110 100000 101100010 111111 101010

Color Harmonies of #AE2735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2735

Black with #AE2735

Text Example


Text Example

White with #AE2735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2735; }

 p { color: rgb(174,39,53); }

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

background-color css

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

 a { background-color: rgb(174,39,53); }

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

border-color css

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

 span { border-color: rgb(174,39,53); }

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