Html Css Color HEX #AE1B2D Cardinal

📋 copy color: '#AE1B2D'

red 174 ◦ green 27 ◦ blue 45

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

Shades of Cardinal #AE1B2D

Tints of Cardinal #AE1B2D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.98%

 BLUE value IS 45 (17.97% from 255) = 18.29%

R = 70.73%
G = 10.98%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE1B2D (or 0xAE1B2D) is known color: Cardinal. HEX triplet: AE, 1B and 2D. RGB value is (174,27,45). Sum of RGB (Red+Green+Blue) = 174+27+45=246 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.73% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1B2D is #51E4D2. Grayscale: #494949. Windows color (decimal): -5366995 or 2956206. OLE color: 2956206.

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

Color convert

RGB 174 27 45 -
CMYK 0 0.84 0.74 0.32
HSL 352.65º 0.73% 0.39% -
HSV(B) 352.65º 0.84% 0.68% -
XYZ 18.32 9.97 3.44 -
YUV 73.01 112.2 200.04 -
System Red Green Blue C M Y K H S L
Decimal 174 27 45 0 0.84 0.74 0.32 352.65 0.73 0.39
Hex AE 1B 2D 0 54 4A 20 161 49 27
Octal 256 33 55 0 124 112 40 541 111 47
Binary 10101110 11011 101101 0 1010100 1001010 100000 101100001 1001001 100111

Color Harmonies of #AE1B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1B2D

Black with #AE1B2D

Text Example


Text Example

White with #AE1B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1B2D; }

 p { color: rgb(174,27,45); }

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

background-color css

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

 a { background-color: rgb(174,27,45); }

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

border-color css

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

 span { border-color: rgb(174,27,45); }

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