Html Css Color HEX #AE0F3F Cardinal

📋 copy color: '#AE0F3F'

red 174 ◦ green 15 ◦ blue 63

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

Shades of Cardinal #AE0F3F

Tints of Cardinal #AE0F3F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.95%

 BLUE value IS 63 (25% from 255) = 25%

R = 69.05%
G = 5.95%
B = 25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE0F3F (or 0xAE0F3F) is known color: Cardinal. HEX triplet: AE, 0F and 3F. RGB value is (174,15,63). Sum of RGB (Red+Green+Blue) = 174+15+63=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0F3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0F3F is #51F0C0. Grayscale: #434343. Windows color (decimal): -5370049 or 4132782. OLE color: 4132782.

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

Color convert

RGB 174 15 63 -
CMYK 0 0.91 0.64 0.32
HSL 341.89º 0.84% 0.37% -
HSV(B) 341.89º 0.91% 0.68% -
XYZ 18.52 9.7 5.6 -
YUV 68.01 125.18 203.6 -
System Red Green Blue C M Y K H S L
Decimal 174 15 63 0 0.91 0.64 0.32 341.89 0.84 0.37
Hex AE F 3F 0 5B 40 20 156 54 25
Octal 256 17 77 0 133 100 40 526 124 45
Binary 10101110 1111 111111 0 1011011 1000000 100000 101010110 1010100 100101

Color Harmonies of #AE0F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0F3F

Black with #AE0F3F

Text Example


Text Example

White with #AE0F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0F3F; }

 p { color: rgb(174,15,63); }

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

background-color css

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

 a { background-color: rgb(174,15,63); }

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

border-color css

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

 span { border-color: rgb(174,15,63); }

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