Html Css Color HEX #AE2334 Cardinal

📋 copy color: '#AE2334'

red 174 ◦ green 35 ◦ blue 52

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

Shades of Cardinal #AE2334

Tints of Cardinal #AE2334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.41%

 BLUE value IS 52 (20.7% from 255) = 19.92%

R = 66.67%
G = 13.41%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AE2334 (or 0xAE2334) is known color: Cardinal. HEX triplet: AE, 23 and 34. RGB value is (174,35,52). Sum of RGB (Red+Green+Blue) = 174+35+52=261 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.67% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2334 is #51DCCB. Grayscale: #4E4E4E. Windows color (decimal): -5364940 or 3417006. OLE color: 3417006.

HSL color Cylindrical-coordinate representation of color #AE2334: hue angle of 352.66º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE2334 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 35 52 -
CMYK 0 0.80 0.70 0.32
HSL 352.66º 0.67% 0.41% -
HSV(B) 352.66º 0.8% 0.68% -
XYZ 18.68 10.45 4.28 -
YUV 78.5 113.05 196.12 -
System Red Green Blue C M Y K H S L
Decimal 174 35 52 0 0.80 0.70 0.32 352.66 0.67 0.41
Hex AE 23 34 0 50 46 20 161 43 29
Octal 256 43 64 0 120 106 40 541 103 51
Binary 10101110 100011 110100 0 1010000 1000110 100000 101100001 1000011 101001

Color Harmonies of #AE2334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2334

Black with #AE2334

Text Example


Text Example

White with #AE2334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2334; }

 p { color: rgb(174,35,52); }

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

background-color css

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

 a { background-color: rgb(174,35,52); }

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

border-color css

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

 span { border-color: rgb(174,35,52); }

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