Html Css Color HEX #AE0830 Cardinal

📋 copy color: '#AE0830'

red 174 ◦ green 8 ◦ blue 48

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

Shades of Cardinal #AE0830

Tints of Cardinal #AE0830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.48%

 BLUE value IS 48 (19.14% from 255) = 20.87%

R = 75.65%
G = 3.48%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE0830 (or 0xAE0830) is known color: Cardinal. HEX triplet: AE, 08 and 30. RGB value is (174,8,48). Sum of RGB (Red+Green+Blue) = 174+8+48=230 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.65% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0830 is #51F7CF. Grayscale: #3E3E3E. Windows color (decimal): -5371856 or 3147950. OLE color: 3147950.

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

Color convert

RGB 174 8 48 -
CMYK 0 0.95 0.72 0.32
HSL 345.54º 0.91% 0.36% -
HSV(B) 345.54º 0.95% 0.68% -
XYZ 18.08 9.39 3.66 -
YUV 62.19 120 207.75 -
System Red Green Blue C M Y K H S L
Decimal 174 8 48 0 0.95 0.72 0.32 345.54 0.91 0.36
Hex AE 8 30 0 5F 48 20 15A 5B 24
Octal 256 10 60 0 137 110 40 532 133 44
Binary 10101110 1000 110000 0 1011111 1001000 100000 101011010 1011011 100100

Color Harmonies of #AE0830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0830

Black with #AE0830

Text Example


Text Example

White with #AE0830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0830; }

 p { color: rgb(174,8,48); }

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

background-color css

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

 a { background-color: rgb(174,8,48); }

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

border-color css

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

 span { border-color: rgb(174,8,48); }

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