Html Css Color HEX #AC1C2F Cardinal

📋 copy color: '#AC1C2F'

red 172 ◦ green 28 ◦ blue 47

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

Shades of Cardinal #AC1C2F

Tints of Cardinal #AC1C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.03%

R = 69.64%
G = 11.34%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC1C2F (or 0xAC1C2F) is known color: Cardinal. HEX triplet: AC, 1C and 2F. RGB value is (172,28,47). Sum of RGB (Red+Green+Blue) = 172+28+47=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1C2F is #53E3D0. Grayscale: #494949. Windows color (decimal): -5497809 or 3087532. OLE color: 3087532.

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

Color convert

RGB 172 28 47 -
CMYK 0 0.84 0.73 0.33
HSL 352.08º 0.72% 0.39% -
HSV(B) 352.08º 0.84% 0.67% -
XYZ 17.94 9.81 3.64 -
YUV 73.22 113.21 198.46 -
System Red Green Blue C M Y K H S L
Decimal 172 28 47 0 0.84 0.73 0.33 352.08 0.72 0.39
Hex AC 1C 2F 0 54 49 21 160 48 27
Octal 254 34 57 0 124 111 41 540 110 47
Binary 10101100 11100 101111 0 1010100 1001001 100001 101100000 1001000 100111

Color Harmonies of #AC1C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C2F

Black with #AC1C2F

Text Example


Text Example

White with #AC1C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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