Html Css Color HEX #AC1B40 Cardinal

📋 copy color: '#AC1B40'

red 172 ◦ green 27 ◦ blue 64

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

Shades of Cardinal #AC1B40

Tints of Cardinal #AC1B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.33%

R = 65.4%
G = 10.27%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC1B40 (or 0xAC1B40) is known color: Cardinal. HEX triplet: AC, 1B and 40. RGB value is (172,27,64). Sum of RGB (Red+Green+Blue) = 172+27+64=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1B40 is #53E4BF. Grayscale: #4A4A4A. Windows color (decimal): -5498048 or 4201388. OLE color: 4201388.

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

Color convert

RGB 172 27 64 -
CMYK 0 0.84 0.63 0.33
HSL 344.69º 0.73% 0.39% -
HSV(B) 344.69º 0.84% 0.67% -
XYZ 18.33 9.92 5.8 -
YUV 74.57 122.04 197.49 -
System Red Green Blue C M Y K H S L
Decimal 172 27 64 0 0.84 0.63 0.33 344.69 0.73 0.39
Hex AC 1B 40 0 54 3F 21 159 49 27
Octal 254 33 100 0 124 77 41 531 111 47
Binary 10101100 11011 1000000 0 1010100 111111 100001 101011001 1001001 100111

Color Harmonies of #AC1B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1B40

Black with #AC1B40

Text Example


Text Example

White with #AC1B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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