Html Css Color HEX #AC1830 Cardinal

📋 copy color: '#AC1830'

red 172 ◦ green 24 ◦ blue 48

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

Shades of Cardinal #AC1830

Tints of Cardinal #AC1830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.67%

R = 70.49%
G = 9.84%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC1830 (or 0xAC1830) is known color: Cardinal. HEX triplet: AC, 18 and 30. RGB value is (172,24,48). Sum of RGB (Red+Green+Blue) = 172+24+48=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1830 is #53E7CF. Grayscale: #474747. Windows color (decimal): -5498832 or 3152044. OLE color: 3152044.

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

Color convert

RGB 172 24 48 -
CMYK 0 0.86 0.72 0.33
HSL 350.27º 0.76% 0.38% -
HSV(B) 350.27º 0.86% 0.67% -
XYZ 17.87 9.64 3.71 -
YUV 70.99 115.03 200.05 -
System Red Green Blue C M Y K H S L
Decimal 172 24 48 0 0.86 0.72 0.33 350.27 0.76 0.38
Hex AC 18 30 0 56 48 21 15E 4C 26
Octal 254 30 60 0 126 110 41 536 114 46
Binary 10101100 11000 110000 0 1010110 1001000 100001 101011110 1001100 100110

Color Harmonies of #AC1830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1830

Black with #AC1830

Text Example


Text Example

White with #AC1830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1830; }

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

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

background-color css

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

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

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

border-color css

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

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

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