Html Css Color HEX #AE2330 Cardinal

📋 copy color: '#AE2330'

red 174 ◦ green 35 ◦ blue 48

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

Shades of Cardinal #AE2330

Tints of Cardinal #AE2330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.68%

R = 67.7%
G = 13.62%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE2330 (or 0xAE2330) is known color: Cardinal. HEX triplet: AE, 23 and 30. RGB value is (174,35,48). Sum of RGB (Red+Green+Blue) = 174+35+48=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2330 is #51DCCF. Grayscale: #4E4E4E. Windows color (decimal): -5364944 or 3154862. OLE color: 3154862.

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

Color convert

RGB 174 35 48 -
CMYK 0 0.80 0.72 0.32
HSL 354.39º 0.67% 0.41% -
HSV(B) 354.39º 0.8% 0.68% -
XYZ 18.59 10.41 3.83 -
YUV 78.04 111.05 196.44 -
System Red Green Blue C M Y K H S L
Decimal 174 35 48 0 0.80 0.72 0.32 354.39 0.67 0.41
Hex AE 23 30 0 50 48 20 162 43 29
Octal 256 43 60 0 120 110 40 542 103 51
Binary 10101110 100011 110000 0 1010000 1001000 100000 101100010 1000011 101001

Color Harmonies of #AE2330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2330

Black with #AE2330

Text Example


Text Example

White with #AE2330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2330; }

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

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

background-color css

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

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

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

border-color css

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

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

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