Html Css Color HEX #AE233B Cardinal

📋 copy color: '#AE233B'

red 174 ◦ green 35 ◦ blue 59

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

Shades of Cardinal #AE233B

Tints of Cardinal #AE233B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.01%

R = 64.93%
G = 13.06%
B = 22.01%

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

#AE233B (or 0xAE233B) is known color: Cardinal. HEX triplet: AE, 23 and 3B. RGB value is (174,35,59). Sum of RGB (Red+Green+Blue) = 174+35+59=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE233B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE233B is #51DCC4. Grayscale: #4F4F4F. Windows color (decimal): -5364933 or 3875758. OLE color: 3875758.

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

Color convert

RGB 174 35 59 -
CMYK 0 0.80 0.66 0.32
HSL 349.64º 0.67% 0.41% -
HSV(B) 349.64º 0.8% 0.68% -
XYZ 18.85 10.52 5.17 -
YUV 79.3 116.55 195.55 -
System Red Green Blue C M Y K H S L
Decimal 174 35 59 0 0.80 0.66 0.32 349.64 0.67 0.41
Hex AE 23 3B 0 50 42 20 15E 43 29
Octal 256 43 73 0 120 102 40 536 103 51
Binary 10101110 100011 111011 0 1010000 1000010 100000 101011110 1000011 101001

Color Harmonies of #AE233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE233B

Black with #AE233B

Text Example


Text Example

White with #AE233B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE233B; }

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

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

background-color css

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

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

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

border-color css

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

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

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