Html Css Color HEX #AE192B Cardinal

📋 copy color: '#AE192B'

red 174 ◦ green 25 ◦ blue 43

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

Shades of Cardinal #AE192B

Tints of Cardinal #AE192B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.33%

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

R = 71.9%
G = 10.33%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE192B (or 0xAE192B) is known color: Cardinal. HEX triplet: AE, 19 and 2B. RGB value is (174,25,43). Sum of RGB (Red+Green+Blue) = 174+25+43=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE192B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE192B is #51E6D4. Grayscale: #474747. Windows color (decimal): -5367509 or 2824622. OLE color: 2824622.

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

Color convert

RGB 174 25 43 -
CMYK 0 0.86 0.75 0.32
HSL 352.75º 0.75% 0.39% -
HSV(B) 352.75º 0.86% 0.68% -
XYZ 18.24 9.87 3.23 -
YUV 71.6 111.86 201.04 -
System Red Green Blue C M Y K H S L
Decimal 174 25 43 0 0.86 0.75 0.32 352.75 0.75 0.39
Hex AE 19 2B 0 56 4B 20 161 4B 27
Octal 256 31 53 0 126 113 40 541 113 47
Binary 10101110 11001 101011 0 1010110 1001011 100000 101100001 1001011 100111

Color Harmonies of #AE192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE192B

Black with #AE192B

Text Example


Text Example

White with #AE192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE192B; }

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

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

background-color css

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

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

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

border-color css

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

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

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