Html Css Color HEX #AE233D Cardinal

📋 copy color: '#AE233D'

red 174 ◦ green 35 ◦ blue 61

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

Shades of Cardinal #AE233D

Tints of Cardinal #AE233D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.59%

R = 64.44%
G = 12.96%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE233D (or 0xAE233D) is known color: Cardinal. HEX triplet: AE, 23 and 3D. RGB value is (174,35,61). Sum of RGB (Red+Green+Blue) = 174+35+61=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE233D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE233D is #51DCC2. Grayscale: #4F4F4F. Windows color (decimal): -5364931 or 4006830. OLE color: 4006830.

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

Color convert

RGB 174 35 61 -
CMYK 0 0.80 0.65 0.32
HSL 348.78º 0.67% 0.41% -
HSV(B) 348.78º 0.8% 0.68% -
XYZ 18.9 10.54 5.45 -
YUV 79.53 117.55 195.39 -
System Red Green Blue C M Y K H S L
Decimal 174 35 61 0 0.80 0.65 0.32 348.78 0.67 0.41
Hex AE 23 3D 0 50 41 20 15D 43 29
Octal 256 43 75 0 120 101 40 535 103 51
Binary 10101110 100011 111101 0 1010000 1000001 100000 101011101 1000011 101001

Color Harmonies of #AE233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE233D

Black with #AE233D

Text Example


Text Example

White with #AE233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE233D; }

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

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

background-color css

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

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

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

border-color css

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

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

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