Html Css Color HEX #AC1B29 Cardinal

📋 copy color: '#AC1B29'

red 172 ◦ green 27 ◦ blue 41

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

Shades of Cardinal #AC1B29

Tints of Cardinal #AC1B29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.08%

R = 71.67%
G = 11.25%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC1B29 (or 0xAC1B29) is known color: Cardinal. HEX triplet: AC, 1B and 29. RGB value is (172,27,41). Sum of RGB (Red+Green+Blue) = 172+27+41=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1B29 is #53E4D6. Grayscale: #484848. Windows color (decimal): -5498071 or 2694060. OLE color: 2694060.

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

Color convert

RGB 172 27 41 -
CMYK 0 0.84 0.76 0.33
HSL 354.21º 0.73% 0.39% -
HSV(B) 354.21º 0.84% 0.67% -
XYZ 17.81 9.71 3.03 -
YUV 71.95 110.54 199.36 -
System Red Green Blue C M Y K H S L
Decimal 172 27 41 0 0.84 0.76 0.33 354.21 0.73 0.39
Hex AC 1B 29 0 54 4C 21 162 49 27
Octal 254 33 51 0 124 114 41 542 111 47
Binary 10101100 11011 101001 0 1010100 1001100 100001 101100010 1001001 100111

Color Harmonies of #AC1B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1B29

Black with #AC1B29

Text Example


Text Example

White with #AC1B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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