Html Css Color HEX #AC1626 Cardinal

📋 copy color: '#AC1626'

red 172 ◦ green 22 ◦ blue 38

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

Shades of Cardinal #AC1626

Tints of Cardinal #AC1626

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.48%

 BLUE value IS 38 (15.23% from 255) = 16.38%

R = 74.14%
G = 9.48%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC1626 (or 0xAC1626) is known color: Cardinal. HEX triplet: AC, 16 and 26. RGB value is (172,22,38). Sum of RGB (Red+Green+Blue) = 172+22+38=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1626 is #53E9D9. Grayscale: #444444. Windows color (decimal): -5499354 or 2496172. OLE color: 2496172.

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

Color convert

RGB 172 22 38 -
CMYK 0 0.87 0.78 0.33
HSL 353.6º 0.77% 0.38% -
HSV(B) 353.6º 0.87% 0.67% -
XYZ 17.65 9.48 2.73 -
YUV 68.67 110.7 201.7 -
System Red Green Blue C M Y K H S L
Decimal 172 22 38 0 0.87 0.78 0.33 353.6 0.77 0.38
Hex AC 16 26 0 57 4E 21 162 4D 26
Octal 254 26 46 0 127 116 41 542 115 46
Binary 10101100 10110 100110 0 1010111 1001110 100001 101100010 1001101 100110

Color Harmonies of #AC1626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1626

Black with #AC1626

Text Example


Text Example

White with #AC1626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1626; }

 p { color: rgb(172,22,38); }

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

background-color css

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

 a { background-color: rgb(172,22,38); }

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

border-color css

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

 span { border-color: rgb(172,22,38); }

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