Html Css Color HEX #AE2430 Cardinal

📋 copy color: '#AE2430'

red 174 ◦ green 36 ◦ blue 48

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

Shades of Cardinal #AE2430

Tints of Cardinal #AE2430

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.95%

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

R = 67.44%
G = 13.95%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE2430 (or 0xAE2430) is known color: Cardinal. HEX triplet: AE, 24 and 30. RGB value is (174,36,48). Sum of RGB (Red+Green+Blue) = 174+36+48=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2430 is #51DBCF. Grayscale: #4E4E4E. Windows color (decimal): -5364688 or 3155118. OLE color: 3155118.

HSL color Cylindrical-coordinate representation of color #AE2430: hue angle of 354.78º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE2430 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 36 48 -
CMYK 0 0.79 0.72 0.32
HSL 354.78º 0.66% 0.41% -
HSV(B) 354.78º 0.79% 0.68% -
XYZ 18.62 10.47 3.84 -
YUV 78.63 110.72 196.02 -
System Red Green Blue C M Y K H S L
Decimal 174 36 48 0 0.79 0.72 0.32 354.78 0.66 0.41
Hex AE 24 30 0 4F 48 20 163 42 29
Octal 256 44 60 0 117 110 40 543 102 51
Binary 10101110 100100 110000 0 1001111 1001000 100000 101100011 1000010 101001

Color Harmonies of #AE2430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2430

Black with #AE2430

Text Example


Text Example

White with #AE2430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2430; }

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

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

background-color css

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

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

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

border-color css

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

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

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