Html Css Color HEX #AE0B2D Cardinal

📋 copy color: '#AE0B2D'

red 174 ◦ green 11 ◦ blue 45

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

Shades of Cardinal #AE0B2D

Tints of Cardinal #AE0B2D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.78%

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

R = 75.65%
G = 4.78%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE0B2D (or 0xAE0B2D) is known color: Cardinal. HEX triplet: AE, 0B and 2D. RGB value is (174,11,45). Sum of RGB (Red+Green+Blue) = 174+11+45=230 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.65% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0B2D is #51F4D2. Grayscale: #3F3F3F. Windows color (decimal): -5371091 or 2952110. OLE color: 2952110.

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

Color convert

RGB 174 11 45 -
CMYK 0 0.94 0.74 0.32
HSL 347.48º 0.88% 0.36% -
HSV(B) 347.48º 0.94% 0.68% -
XYZ 18.05 9.43 3.35 -
YUV 63.61 117.5 206.74 -
System Red Green Blue C M Y K H S L
Decimal 174 11 45 0 0.94 0.74 0.32 347.48 0.88 0.36
Hex AE B 2D 0 5E 4A 20 15B 58 24
Octal 256 13 55 0 136 112 40 533 130 44
Binary 10101110 1011 101101 0 1011110 1001010 100000 101011011 1011000 100100

Color Harmonies of #AE0B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0B2D

Black with #AE0B2D

Text Example


Text Example

White with #AE0B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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