Html Css Color HEX #AE273D Cardinal

📋 copy color: '#AE273D'

red 174 ◦ green 39 ◦ blue 61

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

Shades of Cardinal #AE273D

Tints of Cardinal #AE273D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.23%

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

R = 63.5%
G = 14.23%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE273D (or 0xAE273D) is known color: Cardinal. HEX triplet: AE, 27 and 3D. RGB value is (174,39,61). Sum of RGB (Red+Green+Blue) = 174+39+61=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE273D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE273D is #51D8C2. Grayscale: #515151. Windows color (decimal): -5363907 or 4007854. OLE color: 4007854.

HSL color Cylindrical-coordinate representation of color #AE273D: hue angle of 350.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE273D is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 39 61 -
CMYK 0 0.78 0.65 0.32
HSL 350.22º 0.63% 0.42% -
HSV(B) 350.22º 0.78% 0.68% -
XYZ 19.02 10.79 5.49 -
YUV 81.87 116.23 193.71 -
System Red Green Blue C M Y K H S L
Decimal 174 39 61 0 0.78 0.65 0.32 350.22 0.63 0.42
Hex AE 27 3D 0 4E 41 20 15E 3F 2A
Octal 256 47 75 0 116 101 40 536 77 52
Binary 10101110 100111 111101 0 1001110 1000001 100000 101011110 111111 101010

Color Harmonies of #AE273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE273D

Black with #AE273D

Text Example


Text Example

White with #AE273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE273D; }

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

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

background-color css

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

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

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

border-color css

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

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

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