Html Css Color HEX #AE253D Cardinal

📋 copy color: '#AE253D'

red 174 ◦ green 37 ◦ blue 61

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

Shades of Cardinal #AE253D

Tints of Cardinal #AE253D

RGB

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

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

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

R = 63.97%
G = 13.6%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE253D (or 0xAE253D) is known color: Cardinal. HEX triplet: AE, 25 and 3D. RGB value is (174,37,61). Sum of RGB (Red+Green+Blue) = 174+37+61=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE253D is #51DAC2. Grayscale: #505050. Windows color (decimal): -5364419 or 4007342. OLE color: 4007342.

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

Color convert

RGB 174 37 61 -
CMYK 0 0.79 0.65 0.32
HSL 349.49º 0.65% 0.41% -
HSV(B) 349.49º 0.79% 0.68% -
XYZ 18.96 10.66 5.47 -
YUV 80.7 116.89 194.55 -
System Red Green Blue C M Y K H S L
Decimal 174 37 61 0 0.79 0.65 0.32 349.49 0.65 0.41
Hex AE 25 3D 0 4F 41 20 15D 41 29
Octal 256 45 75 0 117 101 40 535 101 51
Binary 10101110 100101 111101 0 1001111 1000001 100000 101011101 1000001 101001

Color Harmonies of #AE253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE253D

Black with #AE253D

Text Example


Text Example

White with #AE253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE253D; }

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

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

background-color css

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

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

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

border-color css

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

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

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