Html Css Color HEX #AE1043 Cardinal

📋 copy color: '#AE1043'

red 174 ◦ green 16 ◦ blue 67

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

Shades of Cardinal #AE1043

Tints of Cardinal #AE1043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.07%

R = 67.7%
G = 6.23%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE1043 (or 0xAE1043) is known color: Cardinal. HEX triplet: AE, 10 and 43. RGB value is (174,16,67). Sum of RGB (Red+Green+Blue) = 174+16+67=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1043 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1043 is #51EFBC. Grayscale: #454545. Windows color (decimal): -5369789 or 4395182. OLE color: 4395182.

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

Color convert

RGB 174 16 67 -
CMYK 0 0.91 0.61 0.32
HSL 340.63º 0.83% 0.37% -
HSV(B) 340.63º 0.91% 0.68% -
XYZ 18.65 9.77 6.21 -
YUV 69.06 126.85 202.85 -
System Red Green Blue C M Y K H S L
Decimal 174 16 67 0 0.91 0.61 0.32 340.63 0.83 0.37
Hex AE 10 43 0 5B 3D 20 155 53 25
Octal 256 20 103 0 133 75 40 525 123 45
Binary 10101110 10000 1000011 0 1011011 111101 100000 101010101 1010011 100101

Color Harmonies of #AE1043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1043

Black with #AE1043

Text Example


Text Example

White with #AE1043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1043; }

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

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

background-color css

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

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

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

border-color css

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

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

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