Html Css Color HEX #AE0B2F Cardinal

📋 copy color: '#AE0B2F'

red 174 ◦ green 11 ◦ blue 47

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

Shades of Cardinal #AE0B2F

Tints of Cardinal #AE0B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.26%

R = 75%
G = 4.74%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AE0B2F (or 0xAE0B2F) is known color: Cardinal. HEX triplet: AE, 0B and 2F. RGB value is (174,11,47). Sum of RGB (Red+Green+Blue) = 174+11+47=232 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0B2F is #51F4D0. Grayscale: #3F3F3F. Windows color (decimal): -5371089 or 3083182. OLE color: 3083182.

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

Color convert

RGB 174 11 47 -
CMYK 0 0.94 0.73 0.32
HSL 346.75º 0.88% 0.36% -
HSV(B) 346.75º 0.94% 0.68% -
XYZ 18.09 9.44 3.56 -
YUV 63.84 118.5 206.57 -
System Red Green Blue C M Y K H S L
Decimal 174 11 47 0 0.94 0.73 0.32 346.75 0.88 0.36
Hex AE B 2F 0 5E 49 20 15B 58 24
Octal 256 13 57 0 136 111 40 533 130 44
Binary 10101110 1011 101111 0 1011110 1001001 100000 101011011 1011000 100100

Color Harmonies of #AE0B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0B2F

Black with #AE0B2F

Text Example


Text Example

White with #AE0B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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