Html Css Color HEX #AE132B Cardinal

📋 copy color: '#AE132B'

red 174 ◦ green 19 ◦ blue 43

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

Shades of Cardinal #AE132B

Tints of Cardinal #AE132B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.05%

 BLUE value IS 43 (17.19% from 255) = 18.22%

R = 73.73%
G = 8.05%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE132B (or 0xAE132B) is known color: Cardinal. HEX triplet: AE, 13 and 2B. RGB value is (174,19,43). Sum of RGB (Red+Green+Blue) = 174+19+43=236 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.73% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 174 - color contains mainly: red. Hex color #AE132B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE132B is #51ECD4. Grayscale: #444444. Windows color (decimal): -5369045 or 2823086. OLE color: 2823086.

HSL color Cylindrical-coordinate representation of color #AE132B: hue angle of 350.71º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE132B is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 19 43 -
CMYK 0 0.89 0.75 0.32
HSL 350.71º 0.8% 0.38% -
HSV(B) 350.71º 0.89% 0.68% -
XYZ 18.12 9.64 3.19 -
YUV 68.08 113.85 203.55 -
System Red Green Blue C M Y K H S L
Decimal 174 19 43 0 0.89 0.75 0.32 350.71 0.8 0.38
Hex AE 13 2B 0 59 4B 20 15F 50 26
Octal 256 23 53 0 131 113 40 537 120 46
Binary 10101110 10011 101011 0 1011001 1001011 100000 101011111 1010000 100110

Color Harmonies of #AE132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE132B

Black with #AE132B

Text Example


Text Example

White with #AE132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE132B; }

 p { color: rgb(174,19,43); }

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

background-color css

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

 a { background-color: rgb(174,19,43); }

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

border-color css

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

 span { border-color: rgb(174,19,43); }

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