Html Css Color HEX #AC1526 Cardinal

📋 copy color: '#AC1526'

red 172 ◦ green 21 ◦ blue 38

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

Shades of Cardinal #AC1526

Tints of Cardinal #AC1526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.09%

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

R = 74.46%
G = 9.09%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC1526 (or 0xAC1526) is known color: Cardinal. HEX triplet: AC, 15 and 26. RGB value is (172,21,38). Sum of RGB (Red+Green+Blue) = 172+21+38=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1526 is #53EAD9. Grayscale: #444444. Windows color (decimal): -5499610 or 2495916. OLE color: 2495916.

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

Color convert

RGB 172 21 38 -
CMYK 0 0.88 0.78 0.33
HSL 353.25º 0.78% 0.38% -
HSV(B) 353.25º 0.88% 0.67% -
XYZ 17.63 9.45 2.73 -
YUV 68.09 111.03 202.12 -
System Red Green Blue C M Y K H S L
Decimal 172 21 38 0 0.88 0.78 0.33 353.25 0.78 0.38
Hex AC 15 26 0 58 4E 21 161 4E 26
Octal 254 25 46 0 130 116 41 541 116 46
Binary 10101100 10101 100110 0 1011000 1001110 100001 101100001 1001110 100110

Color Harmonies of #AC1526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1526

Black with #AC1526

Text Example


Text Example

White with #AC1526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1526; }

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

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

background-color css

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

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

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

border-color css

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

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

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