Html Css Color HEX #AC1F3F Cardinal

📋 copy color: '#AC1F3F'

red 172 ◦ green 31 ◦ blue 63

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

Shades of Cardinal #AC1F3F

Tints of Cardinal #AC1F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.68%

R = 64.66%
G = 11.65%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC1F3F (or 0xAC1F3F) is known color: Cardinal. HEX triplet: AC, 1F and 3F. RGB value is (172,31,63). Sum of RGB (Red+Green+Blue) = 172+31+63=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1F3F is #53E0C0. Grayscale: #4C4C4C. Windows color (decimal): -5497025 or 4136876. OLE color: 4136876.

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

Color convert

RGB 172 31 63 -
CMYK 0 0.82 0.63 0.33
HSL 346.38º 0.69% 0.4% -
HSV(B) 346.38º 0.82% 0.67% -
XYZ 18.4 10.11 5.68 -
YUV 76.81 120.21 195.9 -
System Red Green Blue C M Y K H S L
Decimal 172 31 63 0 0.82 0.63 0.33 346.38 0.69 0.4
Hex AC 1F 3F 0 52 3F 21 15A 45 28
Octal 254 37 77 0 122 77 41 532 105 50
Binary 10101100 11111 111111 0 1010010 111111 100001 101011010 1000101 101000

Color Harmonies of #AC1F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1F3F

Black with #AC1F3F

Text Example


Text Example

White with #AC1F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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