Html Css Color HEX #AC1B2E Cardinal

📋 copy color: '#AC1B2E'

red 172 ◦ green 27 ◦ blue 46

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

Shades of Cardinal #AC1B2E

Tints of Cardinal #AC1B2E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.02%

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

R = 70.2%
G = 11.02%
B = 18.78%

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

#AC1B2E (or 0xAC1B2E) is known color: Cardinal. HEX triplet: AC, 1B and 2E. RGB value is (172,27,46). Sum of RGB (Red+Green+Blue) = 172+27+46=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1B2E is #53E4D1. Grayscale: #484848. Windows color (decimal): -5498066 or 3021740. OLE color: 3021740.

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

Color convert

RGB 172 27 46 -
CMYK 0 0.84 0.73 0.33
HSL 352.14º 0.73% 0.39% -
HSV(B) 352.14º 0.84% 0.67% -
XYZ 17.9 9.75 3.52 -
YUV 72.52 113.04 198.96 -
System Red Green Blue C M Y K H S L
Decimal 172 27 46 0 0.84 0.73 0.33 352.14 0.73 0.39
Hex AC 1B 2E 0 54 49 21 160 49 27
Octal 254 33 56 0 124 111 41 540 111 47
Binary 10101100 11011 101110 0 1010100 1001001 100001 101100000 1001001 100111

Color Harmonies of #AC1B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1B2E

Black with #AC1B2E

Text Example


Text Example

White with #AC1B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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