Html Css Color HEX #AC1C2A Cardinal

📋 copy color: '#AC1C2A'

red 172 ◦ green 28 ◦ blue 42

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

Shades of Cardinal #AC1C2A

Tints of Cardinal #AC1C2A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.57%

 BLUE value IS 42 (16.8% from 255) = 17.36%

R = 71.07%
G = 11.57%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC1C2A (or 0xAC1C2A) is known color: Cardinal. HEX triplet: AC, 1C and 2A. RGB value is (172,28,42). Sum of RGB (Red+Green+Blue) = 172+28+42=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1C2A is #53E3D5. Grayscale: #484848. Windows color (decimal): -5497814 or 2759852. OLE color: 2759852.

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

Color convert

RGB 172 28 42 -
CMYK 0 0.84 0.76 0.33
HSL 354.17º 0.72% 0.39% -
HSV(B) 354.17º 0.84% 0.67% -
XYZ 17.85 9.77 3.14 -
YUV 72.65 110.71 198.86 -
System Red Green Blue C M Y K H S L
Decimal 172 28 42 0 0.84 0.76 0.33 354.17 0.72 0.39
Hex AC 1C 2A 0 54 4C 21 162 48 27
Octal 254 34 52 0 124 114 41 542 110 47
Binary 10101100 11100 101010 0 1010100 1001100 100001 101100010 1001000 100111

Color Harmonies of #AC1C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C2A

Black with #AC1C2A

Text Example


Text Example

White with #AC1C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C2A; }

 p { color: rgb(172,28,42); }

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

background-color css

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

 a { background-color: rgb(172,28,42); }

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

border-color css

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

 span { border-color: rgb(172,28,42); }

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