Html Css Color HEX #AE203D Cardinal

📋 copy color: '#AE203D'

red 174 ◦ green 32 ◦ blue 61

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

Shades of Cardinal #AE203D

Tints of Cardinal #AE203D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.85%

R = 65.17%
G = 11.99%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE203D (or 0xAE203D) is known color: Cardinal. HEX triplet: AE, 20 and 3D. RGB value is (174,32,61). Sum of RGB (Red+Green+Blue) = 174+32+61=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE203D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE203D is #51DFC2. Grayscale: #4D4D4D. Windows color (decimal): -5365699 or 4006062. OLE color: 4006062.

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

Color convert

RGB 174 32 61 -
CMYK 0 0.82 0.65 0.32
HSL 347.75º 0.69% 0.4% -
HSV(B) 347.75º 0.82% 0.68% -
XYZ 18.81 10.37 5.42 -
YUV 77.76 118.54 196.64 -
System Red Green Blue C M Y K H S L
Decimal 174 32 61 0 0.82 0.65 0.32 347.75 0.69 0.4
Hex AE 20 3D 0 52 41 20 15C 45 28
Octal 256 40 75 0 122 101 40 534 105 50
Binary 10101110 100000 111101 0 1010010 1000001 100000 101011100 1000101 101000

Color Harmonies of #AE203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE203D

Black with #AE203D

Text Example


Text Example

White with #AE203D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE203D; }

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

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

background-color css

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

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

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

border-color css

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

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

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