Html Css Color HEX #AC1835 Cardinal

📋 copy color: '#AC1835'

red 172 ◦ green 24 ◦ blue 53

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

Shades of Cardinal #AC1835

Tints of Cardinal #AC1835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.29%

R = 69.08%
G = 9.64%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC1835 (or 0xAC1835) is known color: Cardinal. HEX triplet: AC, 18 and 35. RGB value is (172,24,53). Sum of RGB (Red+Green+Blue) = 172+24+53=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1835 is #53E7CA. Grayscale: #474747. Windows color (decimal): -5498827 or 3479724. OLE color: 3479724.

HSL color Cylindrical-coordinate representation of color #AC1835: hue angle of 348.24º 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 #AC1835 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 24 53 -
CMYK 0 0.86 0.69 0.33
HSL 348.24º 0.76% 0.38% -
HSV(B) 348.24º 0.86% 0.67% -
XYZ 17.98 9.68 4.29 -
YUV 71.56 117.53 199.64 -
System Red Green Blue C M Y K H S L
Decimal 172 24 53 0 0.86 0.69 0.33 348.24 0.76 0.38
Hex AC 18 35 0 56 45 21 15C 4C 26
Octal 254 30 65 0 126 105 41 534 114 46
Binary 10101100 11000 110101 0 1010110 1000101 100001 101011100 1001100 100110

Color Harmonies of #AC1835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1835

Black with #AC1835

Text Example


Text Example

White with #AC1835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1835; }

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

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

background-color css

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

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

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

border-color css

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

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

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