Html Css Color HEX #AC1837 Cardinal

📋 copy color: '#AC1837'

red 172 ◦ green 24 ◦ blue 55

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

Shades of Cardinal #AC1837

Tints of Cardinal #AC1837

RGB

 RED value IS 172 (67.58% from 255) = 68.53%

 GREEN value IS 24 (9.77% from 255) = 9.56%

 BLUE value IS 55 (21.88% from 255) = 21.91%

R = 68.53%
G = 9.56%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AC1837 (or 0xAC1837) is known color: Cardinal. HEX triplet: AC, 18 and 37. RGB value is (172,24,55). Sum of RGB (Red+Green+Blue) = 172+24+55=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1837 is #53E7C8. Grayscale: #474747. Windows color (decimal): -5498825 or 3610796. OLE color: 3610796.

HSL color Cylindrical-coordinate representation of color #AC1837: hue angle of 347.43º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC1837 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 24 55 -
CMYK 0 0.86 0.68 0.33
HSL 347.43º 0.76% 0.38% -
HSV(B) 347.43º 0.86% 0.67% -
XYZ 18.03 9.7 4.54 -
YUV 71.79 118.53 199.48 -
System Red Green Blue C M Y K H S L
Decimal 172 24 55 0 0.86 0.68 0.33 347.43 0.76 0.38
Hex AC 18 37 0 56 44 21 15B 4C 26
Octal 254 30 67 0 126 104 41 533 114 46
Binary 10101100 11000 110111 0 1010110 1000100 100001 101011011 1001100 100110

Color Harmonies of #AC1837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1837

Black with #AC1837

Text Example


Text Example

White with #AC1837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1837; }

 p { color: rgb(172,24,55); }

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

background-color css

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

 a { background-color: rgb(172,24,55); }

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

border-color css

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

 span { border-color: rgb(172,24,55); }

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