Html Css Color HEX #AE0333 Cardinal

📋 copy color: '#AE0333'

red 174 ◦ green 3 ◦ blue 51

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

Shades of Cardinal #AE0333

Tints of Cardinal #AE0333

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

 BLUE value IS 51 (20.31% from 255) = 22.37%

R = 76.32%
G = 1.32%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE0333 (or 0xAE0333) is known color: Cardinal. HEX triplet: AE, 03 and 33. RGB value is (174,3,51). Sum of RGB (Red+Green+Blue) = 174+3+51=228 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.32% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0333 is #51FCCC. Grayscale: #3B3B3B. Windows color (decimal): -5373133 or 3343278. OLE color: 3343278.

HSL color Cylindrical-coordinate representation of color #AE0333: hue angle of 343.16º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE0333 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 3 51 -
CMYK 0 0.98 0.71 0.32
HSL 343.16º 0.97% 0.35% -
HSV(B) 343.16º 0.98% 0.68% -
XYZ 18.09 9.3 3.97 -
YUV 59.6 123.15 209.6 -
System Red Green Blue C M Y K H S L
Decimal 174 3 51 0 0.98 0.71 0.32 343.16 0.97 0.35
Hex AE 3 33 0 62 47 20 157 61 23
Octal 256 3 63 0 142 107 40 527 141 43
Binary 10101110 11 110011 0 1100010 1000111 100000 101010111 1100001 100011

Color Harmonies of #AE0333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0333

Black with #AE0333

Text Example


Text Example

White with #AE0333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0333; }

 p { color: rgb(174,3,51); }

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

background-color css

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

 a { background-color: rgb(174,3,51); }

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

border-color css

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

 span { border-color: rgb(174,3,51); }

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