Html Css Color HEX #AE263E Cardinal

📋 copy color: '#AE263E'

red 174 ◦ green 38 ◦ blue 62

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

Shades of Cardinal #AE263E

Tints of Cardinal #AE263E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.63%

R = 63.5%
G = 13.87%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE263E (or 0xAE263E) is known color: Cardinal. HEX triplet: AE, 26 and 3E. RGB value is (174,38,62). Sum of RGB (Red+Green+Blue) = 174+38+62=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE263E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE263E is #51D9C1. Grayscale: #515151. Windows color (decimal): -5364162 or 4073134. OLE color: 4073134.

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

Color convert

RGB 174 38 62 -
CMYK 0 0.78 0.64 0.32
HSL 349.41º 0.64% 0.42% -
HSV(B) 349.41º 0.78% 0.68% -
XYZ 19.02 10.73 5.63 -
YUV 81.4 117.06 194.05 -
System Red Green Blue C M Y K H S L
Decimal 174 38 62 0 0.78 0.64 0.32 349.41 0.64 0.42
Hex AE 26 3E 0 4E 40 20 15D 40 2A
Octal 256 46 76 0 116 100 40 535 100 52
Binary 10101110 100110 111110 0 1001110 1000000 100000 101011101 1000000 101010

Color Harmonies of #AE263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE263E

Black with #AE263E

Text Example


Text Example

White with #AE263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE263E; }

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

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

background-color css

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

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

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

border-color css

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

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

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