Html Css Color HEX #AC1F3A Cardinal

📋 copy color: '#AC1F3A'

red 172 ◦ green 31 ◦ blue 58

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

Shades of Cardinal #AC1F3A

Tints of Cardinal #AC1F3A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.88%

 BLUE value IS 58 (23.05% from 255) = 22.22%

R = 65.9%
G = 11.88%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC1F3A (or 0xAC1F3A) is known color: Cardinal. HEX triplet: AC, 1F and 3A. RGB value is (172,31,58). Sum of RGB (Red+Green+Blue) = 172+31+58=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1F3A is #53E0C5. Grayscale: #4C4C4C. Windows color (decimal): -5497030 or 3809196. OLE color: 3809196.

HSL color Cylindrical-coordinate representation of color #AC1F3A: hue angle of 348.51º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC1F3A is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 31 58 -
CMYK 0 0.82 0.66 0.33
HSL 348.51º 0.69% 0.4% -
HSV(B) 348.51º 0.82% 0.67% -
XYZ 18.27 10.06 4.98 -
YUV 76.24 117.71 196.3 -
System Red Green Blue C M Y K H S L
Decimal 172 31 58 0 0.82 0.66 0.33 348.51 0.69 0.4
Hex AC 1F 3A 0 52 42 21 15D 45 28
Octal 254 37 72 0 122 102 41 535 105 50
Binary 10101100 11111 111010 0 1010010 1000010 100001 101011101 1000101 101000

Color Harmonies of #AC1F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1F3A

Black with #AC1F3A

Text Example


Text Example

White with #AC1F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1F3A; }

 p { color: rgb(172,31,58); }

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

background-color css

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

 a { background-color: rgb(172,31,58); }

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

border-color css

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

 span { border-color: rgb(172,31,58); }

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