Html Css Color HEX #AE0F2C Cardinal

📋 copy color: '#AE0F2C'

red 174 ◦ green 15 ◦ blue 44

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

Shades of Cardinal #AE0F2C

Tints of Cardinal #AE0F2C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.44%

 BLUE value IS 44 (17.58% from 255) = 18.88%

R = 74.68%
G = 6.44%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE0F2C (or 0xAE0F2C) is known color: Cardinal. HEX triplet: AE, 0F and 2C. RGB value is (174,15,44). Sum of RGB (Red+Green+Blue) = 174+15+44=233 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.68% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0F2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0F2C is #51F0D3. Grayscale: #414141. Windows color (decimal): -5370068 or 2887598. OLE color: 2887598.

HSL color Cylindrical-coordinate representation of color #AE0F2C: hue angle of 349.06º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE0F2C is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 15 44 -
CMYK 0 0.91 0.75 0.32
HSL 349.06º 0.84% 0.37% -
HSV(B) 349.06º 0.91% 0.68% -
XYZ 18.08 9.52 3.27 -
YUV 65.85 115.68 205.14 -
System Red Green Blue C M Y K H S L
Decimal 174 15 44 0 0.91 0.75 0.32 349.06 0.84 0.37
Hex AE F 2C 0 5B 4B 20 15D 54 25
Octal 256 17 54 0 133 113 40 535 124 45
Binary 10101110 1111 101100 0 1011011 1001011 100000 101011101 1010100 100101

Color Harmonies of #AE0F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0F2C

Black with #AE0F2C

Text Example


Text Example

White with #AE0F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0F2C; }

 p { color: rgb(174,15,44); }

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

background-color css

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

 a { background-color: rgb(174,15,44); }

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

border-color css

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

 span { border-color: rgb(174,15,44); }

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