Html Css Color HEX #AE1041 Cardinal

📋 copy color: '#AE1041'

red 174 ◦ green 16 ◦ blue 65

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

Shades of Cardinal #AE1041

Tints of Cardinal #AE1041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.27%

 BLUE value IS 65 (25.78% from 255) = 25.49%

R = 68.24%
G = 6.27%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE1041 (or 0xAE1041) is known color: Cardinal. HEX triplet: AE, 10 and 41. RGB value is (174,16,65). Sum of RGB (Red+Green+Blue) = 174+16+65=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1041 is #51EFBE. Grayscale: #444444. Windows color (decimal): -5369791 or 4264110. OLE color: 4264110.

HSL color Cylindrical-coordinate representation of color #AE1041: hue angle of 341.39º degrees, saturation: 0.83, 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 #AE1041 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 16 65 -
CMYK 0 0.91 0.63 0.32
HSL 341.39º 0.83% 0.37% -
HSV(B) 341.39º 0.91% 0.68% -
XYZ 18.59 9.75 5.9 -
YUV 68.83 125.85 203.02 -
System Red Green Blue C M Y K H S L
Decimal 174 16 65 0 0.91 0.63 0.32 341.39 0.83 0.37
Hex AE 10 41 0 5B 3F 20 155 53 25
Octal 256 20 101 0 133 77 40 525 123 45
Binary 10101110 10000 1000001 0 1011011 111111 100000 101010101 1010011 100101

Color Harmonies of #AE1041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1041

Black with #AE1041

Text Example


Text Example

White with #AE1041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1041; }

 p { color: rgb(174,16,65); }

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

background-color css

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

 a { background-color: rgb(174,16,65); }

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

border-color css

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

 span { border-color: rgb(174,16,65); }

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