Html Css Color HEX #AC1D2E Cardinal

📋 copy color: '#AC1D2E'

red 172 ◦ green 29 ◦ blue 46

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

Shades of Cardinal #AC1D2E

Tints of Cardinal #AC1D2E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.74%

 BLUE value IS 46 (18.36% from 255) = 18.62%

R = 69.64%
G = 11.74%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC1D2E (or 0xAC1D2E) is known color: Cardinal. HEX triplet: AC, 1D and 2E. RGB value is (172,29,46). Sum of RGB (Red+Green+Blue) = 172+29+46=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1D2E is #53E2D1. Grayscale: #494949. Windows color (decimal): -5497554 or 3022252. OLE color: 3022252.

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

Color convert

RGB 172 29 46 -
CMYK 0 0.83 0.73 0.33
HSL 352.87º 0.71% 0.39% -
HSV(B) 352.87º 0.83% 0.67% -
XYZ 17.95 9.85 3.54 -
YUV 73.7 112.38 198.12 -
System Red Green Blue C M Y K H S L
Decimal 172 29 46 0 0.83 0.73 0.33 352.87 0.71 0.39
Hex AC 1D 2E 0 53 49 21 161 47 27
Octal 254 35 56 0 123 111 41 541 107 47
Binary 10101100 11101 101110 0 1010011 1001001 100001 101100001 1000111 100111

Color Harmonies of #AC1D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1D2E

Black with #AC1D2E

Text Example


Text Example

White with #AC1D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1D2E; }

 p { color: rgb(172,29,46); }

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

background-color css

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

 a { background-color: rgb(172,29,46); }

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

border-color css

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

 span { border-color: rgb(172,29,46); }

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