Html Css Color HEX #AE203B Cardinal

📋 copy color: '#AE203B'

red 174 ◦ green 32 ◦ blue 59

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

Shades of Cardinal #AE203B

Tints of Cardinal #AE203B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.08%

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

R = 65.66%
G = 12.08%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE203B (or 0xAE203B) is known color: Cardinal. HEX triplet: AE, 20 and 3B. RGB value is (174,32,59). Sum of RGB (Red+Green+Blue) = 174+32+59=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE203B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE203B is #51DFC4. Grayscale: #4D4D4D. Windows color (decimal): -5365701 or 3874990. OLE color: 3874990.

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

Color convert

RGB 174 32 59 -
CMYK 0 0.82 0.66 0.32
HSL 348.59º 0.69% 0.4% -
HSV(B) 348.59º 0.82% 0.68% -
XYZ 18.76 10.35 5.15 -
YUV 77.54 117.54 196.8 -
System Red Green Blue C M Y K H S L
Decimal 174 32 59 0 0.82 0.66 0.32 348.59 0.69 0.4
Hex AE 20 3B 0 52 42 20 15D 45 28
Octal 256 40 73 0 122 102 40 535 105 50
Binary 10101110 100000 111011 0 1010010 1000010 100000 101011101 1000101 101000

Color Harmonies of #AE203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE203B

Black with #AE203B

Text Example


Text Example

White with #AE203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE203B; }

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

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

background-color css

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

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

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

border-color css

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

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

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