Html Css Color HEX #AE263B Cardinal

📋 copy color: '#AE263B'

red 174 ◦ green 38 ◦ blue 59

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

Shades of Cardinal #AE263B

Tints of Cardinal #AE263B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.77%

R = 64.21%
G = 14.02%
B = 21.77%

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

#AE263B (or 0xAE263B) is known color: Cardinal. HEX triplet: AE, 26 and 3B. RGB value is (174,38,59). Sum of RGB (Red+Green+Blue) = 174+38+59=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE263B is #51D9C4. Grayscale: #515151. Windows color (decimal): -5364165 or 3876526. OLE color: 3876526.

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

Color convert

RGB 174 38 59 -
CMYK 0 0.78 0.66 0.32
HSL 350.74º 0.64% 0.42% -
HSV(B) 350.74º 0.78% 0.68% -
XYZ 18.94 10.7 5.2 -
YUV 81.06 115.56 194.29 -
System Red Green Blue C M Y K H S L
Decimal 174 38 59 0 0.78 0.66 0.32 350.74 0.64 0.42
Hex AE 26 3B 0 4E 42 20 15F 40 2A
Octal 256 46 73 0 116 102 40 537 100 52
Binary 10101110 100110 111011 0 1001110 1000010 100000 101011111 1000000 101010

Color Harmonies of #AE263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE263B

Black with #AE263B

Text Example


Text Example

White with #AE263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE263B; }

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

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

background-color css

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

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

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

border-color css

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

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

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