Html Css Color HEX #AE233C Cardinal

📋 copy color: '#AE233C'

red 174 ◦ green 35 ◦ blue 60

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

Shades of Cardinal #AE233C

Tints of Cardinal #AE233C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.3%

R = 64.68%
G = 13.01%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE233C (or 0xAE233C) is known color: Cardinal. HEX triplet: AE, 23 and 3C. RGB value is (174,35,60). Sum of RGB (Red+Green+Blue) = 174+35+60=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE233C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE233C is #51DCC3. Grayscale: #4F4F4F. Windows color (decimal): -5364932 or 3941294. OLE color: 3941294.

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

Color convert

RGB 174 35 60 -
CMYK 0 0.80 0.66 0.32
HSL 349.21º 0.67% 0.41% -
HSV(B) 349.21º 0.8% 0.68% -
XYZ 18.87 10.53 5.31 -
YUV 79.41 117.05 195.47 -
System Red Green Blue C M Y K H S L
Decimal 174 35 60 0 0.80 0.66 0.32 349.21 0.67 0.41
Hex AE 23 3C 0 50 42 20 15D 43 29
Octal 256 43 74 0 120 102 40 535 103 51
Binary 10101110 100011 111100 0 1010000 1000010 100000 101011101 1000011 101001

Color Harmonies of #AE233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE233C

Black with #AE233C

Text Example


Text Example

White with #AE233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE233C; }

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

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

background-color css

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

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

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

border-color css

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

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

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