Html Css Color HEX #AC1B37 Cardinal

📋 copy color: '#AC1B37'

red 172 ◦ green 27 ◦ blue 55

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

Shades of Cardinal #AC1B37

Tints of Cardinal #AC1B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.65%

R = 67.72%
G = 10.63%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AC1B37 (or 0xAC1B37) is known color: Cardinal. HEX triplet: AC, 1B and 37. RGB value is (172,27,55). Sum of RGB (Red+Green+Blue) = 172+27+55=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1B37 is #53E4C8. Grayscale: #494949. Windows color (decimal): -5498057 or 3611564. OLE color: 3611564.

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

Color convert

RGB 172 27 55 -
CMYK 0 0.84 0.68 0.33
HSL 348.41º 0.73% 0.39% -
HSV(B) 348.41º 0.84% 0.67% -
XYZ 18.09 9.83 4.56 -
YUV 73.55 117.54 198.22 -
System Red Green Blue C M Y K H S L
Decimal 172 27 55 0 0.84 0.68 0.33 348.41 0.73 0.39
Hex AC 1B 37 0 54 44 21 15C 49 27
Octal 254 33 67 0 124 104 41 534 111 47
Binary 10101100 11011 110111 0 1010100 1000100 100001 101011100 1001001 100111

Color Harmonies of #AC1B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1B37

Black with #AC1B37

Text Example


Text Example

White with #AC1B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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