Html Css Color HEX #AC1B45 Cardinal

📋 copy color: '#AC1B45'

red 172 ◦ green 27 ◦ blue 69

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

Shades of Cardinal #AC1B45

Tints of Cardinal #AC1B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.75%

R = 64.18%
G = 10.07%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC1B45 (or 0xAC1B45) is known color: Cardinal. HEX triplet: AC, 1B and 45. RGB value is (172,27,69). Sum of RGB (Red+Green+Blue) = 172+27+69=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1B45 is #53E4BA. Grayscale: #4B4B4B. Windows color (decimal): -5498043 or 4529068. OLE color: 4529068.

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

Color convert

RGB 172 27 69 -
CMYK 0 0.84 0.60 0.33
HSL 342.62º 0.73% 0.39% -
HSV(B) 342.62º 0.84% 0.67% -
XYZ 18.48 9.98 6.58 -
YUV 75.14 124.54 197.08 -
System Red Green Blue C M Y K H S L
Decimal 172 27 69 0 0.84 0.60 0.33 342.62 0.73 0.39
Hex AC 1B 45 0 54 3C 21 157 49 27
Octal 254 33 105 0 124 74 41 527 111 47
Binary 10101100 11011 1000101 0 1010100 111100 100001 101010111 1001001 100111

Color Harmonies of #AC1B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1B45

Black with #AC1B45

Text Example


Text Example

White with #AC1B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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