Html Css Color HEX #AE283D Cardinal

📋 copy color: '#AE283D'

red 174 ◦ green 40 ◦ blue 61

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

Shades of Cardinal #AE283D

Tints of Cardinal #AE283D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.55%

 BLUE value IS 61 (24.22% from 255) = 22.18%

R = 63.27%
G = 14.55%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE283D (or 0xAE283D) is known color: Cardinal. HEX triplet: AE, 28 and 3D. RGB value is (174,40,61). Sum of RGB (Red+Green+Blue) = 174+40+61=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE283D is #51D7C2. Grayscale: #525252. Windows color (decimal): -5363651 or 4008110. OLE color: 4008110.

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

Color convert

RGB 174 40 61 -
CMYK 0 0.77 0.65 0.32
HSL 350.6º 0.63% 0.42% -
HSV(B) 350.6º 0.77% 0.68% -
XYZ 19.06 10.85 5.51 -
YUV 82.46 115.89 193.29 -
System Red Green Blue C M Y K H S L
Decimal 174 40 61 0 0.77 0.65 0.32 350.6 0.63 0.42
Hex AE 28 3D 0 4D 41 20 15F 3F 2A
Octal 256 50 75 0 115 101 40 537 77 52
Binary 10101110 101000 111101 0 1001101 1000001 100000 101011111 111111 101010

Color Harmonies of #AE283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE283D

Black with #AE283D

Text Example


Text Example

White with #AE283D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE283D; }

 p { color: rgb(174,40,61); }

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

background-color css

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

 a { background-color: rgb(174,40,61); }

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

border-color css

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

 span { border-color: rgb(174,40,61); }

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