Html Css Color HEX #AE263A Cardinal

📋 copy color: '#AE263A'

red 174 ◦ green 38 ◦ blue 58

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

Shades of Cardinal #AE263A

Tints of Cardinal #AE263A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.48%

R = 64.44%
G = 14.07%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE263A (or 0xAE263A) is known color: Cardinal. HEX triplet: AE, 26 and 3A. RGB value is (174,38,58). Sum of RGB (Red+Green+Blue) = 174+38+58=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE263A is #51D9C5. Grayscale: #505050. Windows color (decimal): -5364166 or 3810990. OLE color: 3810990.

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

Color convert

RGB 174 38 58 -
CMYK 0 0.78 0.67 0.32
HSL 351.18º 0.64% 0.42% -
HSV(B) 351.18º 0.78% 0.68% -
XYZ 18.91 10.69 5.07 -
YUV 80.94 115.06 194.37 -
System Red Green Blue C M Y K H S L
Decimal 174 38 58 0 0.78 0.67 0.32 351.18 0.64 0.42
Hex AE 26 3A 0 4E 43 20 15F 40 2A
Octal 256 46 72 0 116 103 40 537 100 52
Binary 10101110 100110 111010 0 1001110 1000011 100000 101011111 1000000 101010

Color Harmonies of #AE263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE263A

Black with #AE263A

Text Example


Text Example

White with #AE263A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE263A; }

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

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

background-color css

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

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

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

border-color css

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

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

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