#AE0B3E

Color #AE0B3E Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #AE0B3E

Tints of Cardinal #AE0B3E

Color information

#AE0B3E (or 0xAE0B3E) is unknown color: approx Cardinal. HEX triplet: AE, 0B and 3E. RGB value is (174,11,62). Sum of RGB (Red+Green+Blue) = 174+11+62=247 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.45% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0B3E is #51F4C1. Grayscale: #414141. Windows color (decimal): -5371074 or 4066222. OLE color: 4066222.

HSL color Cylindrical-coordinate representation of color #AE0B3E: hue angle of 341.23º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0B3E is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB1741162-
CMYK00.940.640.32
HSL341.23º88.11%36.27%-
HSV(B)341.23º93.68%68.24%-
XYZ18.449.595.44-
YUV65.55126205.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 70.45%
GREEN value IS 11 (4.69% from 255) = 4.45%
BLUE value IS 62 (24.61% from 255) = 25.10%
R=70.45%
G=4.45%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174116200.940.640.32341.2388.1136.27
HexAEB3E05E40201555824
Octal256137601361004052513044
Binary1010111010111111100101111010000001000001010101011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0B3E; }

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

 H1.HeaderClassName
 {
   color: #AE0B3E;
 }
 .AnyTagClassName
 {
   color: #AE0B3E;
 }
</style>
background-color css

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

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

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

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

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

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