Html Css Color HEX #AC1A26 Cardinal

📋 copy color: '#AC1A26'

red 172 ◦ green 26 ◦ blue 38

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

Shades of Cardinal #AC1A26

Tints of Cardinal #AC1A26

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.02%

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

R = 72.88%
G = 11.02%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC1A26 (or 0xAC1A26) is known color: Cardinal. HEX triplet: AC, 1A and 26. RGB value is (172,26,38). Sum of RGB (Red+Green+Blue) = 172+26+38=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1A26 is #53E5D9. Grayscale: #474747. Windows color (decimal): -5498330 or 2497196. OLE color: 2497196.

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

Color convert

RGB 172 26 38 -
CMYK 0 0.85 0.78 0.33
HSL 355.07º 0.74% 0.39% -
HSV(B) 355.07º 0.85% 0.67% -
XYZ 17.73 9.65 2.76 -
YUV 71.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 172 26 38 0 0.85 0.78 0.33 355.07 0.74 0.39
Hex AC 1A 26 0 55 4E 21 163 4A 27
Octal 254 32 46 0 125 116 41 543 112 47
Binary 10101100 11010 100110 0 1010101 1001110 100001 101100011 1001010 100111

Color Harmonies of #AC1A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A26

Black with #AC1A26

Text Example


Text Example

White with #AC1A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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