Html Css Color HEX #AE1B3B Cardinal

📋 copy color: '#AE1B3B'

red 174 ◦ green 27 ◦ blue 59

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

Shades of Cardinal #AE1B3B

Tints of Cardinal #AE1B3B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.38%

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

R = 66.92%
G = 10.38%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE1B3B (or 0xAE1B3B) is known color: Cardinal. HEX triplet: AE, 1B and 3B. RGB value is (174,27,59). Sum of RGB (Red+Green+Blue) = 174+27+59=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1B3B is #51E4C4. Grayscale: #4A4A4A. Windows color (decimal): -5366981 or 3873710. OLE color: 3873710.

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

Color convert

RGB 174 27 59 -
CMYK 0 0.84 0.66 0.32
HSL 346.94º 0.73% 0.39% -
HSV(B) 346.94º 0.84% 0.68% -
XYZ 18.64 10.1 5.1 -
YUV 74.6 119.2 198.9 -
System Red Green Blue C M Y K H S L
Decimal 174 27 59 0 0.84 0.66 0.32 346.94 0.73 0.39
Hex AE 1B 3B 0 54 42 20 15B 49 27
Octal 256 33 73 0 124 102 40 533 111 47
Binary 10101110 11011 111011 0 1010100 1000010 100000 101011011 1001001 100111

Color Harmonies of #AE1B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1B3B

Black with #AE1B3B

Text Example


Text Example

White with #AE1B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1B3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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