Html Css Color HEX #AE0C38 Cardinal

📋 copy color: '#AE0C38'

red 174 ◦ green 12 ◦ blue 56

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

Shades of Cardinal #AE0C38

Tints of Cardinal #AE0C38

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.96%

 BLUE value IS 56 (22.27% from 255) = 23.14%

R = 71.9%
G = 4.96%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AE0C38 (or 0xAE0C38) is known color: Cardinal. HEX triplet: AE, 0C and 38. RGB value is (174,12,56). Sum of RGB (Red+Green+Blue) = 174+12+56=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0C38 is #51F3C7. Grayscale: #414141. Windows color (decimal): -5370824 or 3673262. OLE color: 3673262.

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

Color convert

RGB 174 12 56 -
CMYK 0 0.93 0.68 0.32
HSL 343.7º 0.87% 0.36% -
HSV(B) 343.7º 0.93% 0.68% -
XYZ 18.3 9.55 4.62 -
YUV 65.45 122.67 205.42 -
System Red Green Blue C M Y K H S L
Decimal 174 12 56 0 0.93 0.68 0.32 343.7 0.87 0.36
Hex AE C 38 0 5D 44 20 158 57 24
Octal 256 14 70 0 135 104 40 530 127 44
Binary 10101110 1100 111000 0 1011101 1000100 100000 101011000 1010111 100100

Color Harmonies of #AE0C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0C38

Black with #AE0C38

Text Example


Text Example

White with #AE0C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0C38; }

 p { color: rgb(174,12,56); }

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

background-color css

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

 a { background-color: rgb(174,12,56); }

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

border-color css

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

 span { border-color: rgb(174,12,56); }

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