Html Css Color HEX #AE083B Cardinal

📋 copy color: '#AE083B'

red 174 ◦ green 8 ◦ blue 59

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

Shades of Cardinal #AE083B

Tints of Cardinal #AE083B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.48%

R = 72.2%
G = 3.32%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE083B (or 0xAE083B) is known color: Cardinal. HEX triplet: AE, 08 and 3B. RGB value is (174,8,59). Sum of RGB (Red+Green+Blue) = 174+8+59=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE083B is #51F7C4. Grayscale: #3F3F3F. Windows color (decimal): -5371845 or 3868846. OLE color: 3868846.

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

Color convert

RGB 174 8 59 -
CMYK 0 0.95 0.66 0.32
HSL 341.57º 0.91% 0.36% -
HSV(B) 341.57º 0.95% 0.68% -
XYZ 18.33 9.49 5 -
YUV 63.45 125.5 206.85 -
System Red Green Blue C M Y K H S L
Decimal 174 8 59 0 0.95 0.66 0.32 341.57 0.91 0.36
Hex AE 8 3B 0 5F 42 20 156 5B 24
Octal 256 10 73 0 137 102 40 526 133 44
Binary 10101110 1000 111011 0 1011111 1000010 100000 101010110 1011011 100100

Color Harmonies of #AE083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE083B

Black with #AE083B

Text Example


Text Example

White with #AE083B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE083B; }

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

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

background-color css

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

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

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

border-color css

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

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

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