Html Css Color HEX #AC1C2B Cardinal

📋 copy color: '#AC1C2B'

red 172 ◦ green 28 ◦ blue 43

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

Shades of Cardinal #AC1C2B

Tints of Cardinal #AC1C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.7%

R = 70.78%
G = 11.52%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC1C2B (or 0xAC1C2B) is known color: Cardinal. HEX triplet: AC, 1C and 2B. RGB value is (172,28,43). Sum of RGB (Red+Green+Blue) = 172+28+43=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1C2B is #53E3D4. Grayscale: #484848. Windows color (decimal): -5497813 or 2825388. OLE color: 2825388.

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

Color convert

RGB 172 28 43 -
CMYK 0 0.84 0.75 0.33
HSL 353.75º 0.72% 0.39% -
HSV(B) 353.75º 0.84% 0.67% -
XYZ 17.86 9.78 3.23 -
YUV 72.77 111.21 198.78 -
System Red Green Blue C M Y K H S L
Decimal 172 28 43 0 0.84 0.75 0.33 353.75 0.72 0.39
Hex AC 1C 2B 0 54 4B 21 162 48 27
Octal 254 34 53 0 124 113 41 542 110 47
Binary 10101100 11100 101011 0 1010100 1001011 100001 101100010 1001000 100111

Color Harmonies of #AC1C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C2B

Black with #AC1C2B

Text Example


Text Example

White with #AC1C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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