Html Css Color HEX #AE263C Cardinal

📋 copy color: '#AE263C'

red 174 ◦ green 38 ◦ blue 60

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

Shades of Cardinal #AE263C

Tints of Cardinal #AE263C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.97%

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

R = 63.97%
G = 13.97%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE263C (or 0xAE263C) is known color: Cardinal. HEX triplet: AE, 26 and 3C. RGB value is (174,38,60). Sum of RGB (Red+Green+Blue) = 174+38+60=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE263C is #51D9C3. Grayscale: #515151. Windows color (decimal): -5364164 or 3942062. OLE color: 3942062.

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

Color convert

RGB 174 38 60 -
CMYK 0 0.78 0.66 0.32
HSL 350.29º 0.64% 0.42% -
HSV(B) 350.29º 0.78% 0.68% -
XYZ 18.96 10.71 5.34 -
YUV 81.17 116.06 194.21 -
System Red Green Blue C M Y K H S L
Decimal 174 38 60 0 0.78 0.66 0.32 350.29 0.64 0.42
Hex AE 26 3C 0 4E 42 20 15E 40 2A
Octal 256 46 74 0 116 102 40 536 100 52
Binary 10101110 100110 111100 0 1001110 1000010 100000 101011110 1000000 101010

Color Harmonies of #AE263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE263C

Black with #AE263C

Text Example


Text Example

White with #AE263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE263C; }

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

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

background-color css

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

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

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

border-color css

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

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

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