Html Css Color HEX #AC1B32 Cardinal

📋 copy color: '#AC1B32'

red 172 ◦ green 27 ◦ blue 50

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

Shades of Cardinal #AC1B32

Tints of Cardinal #AC1B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.08%

R = 69.08%
G = 10.84%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC1B32 (or 0xAC1B32) is known color: Cardinal. HEX triplet: AC, 1B and 32. RGB value is (172,27,50). Sum of RGB (Red+Green+Blue) = 172+27+50=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1B32 is #53E4CD. Grayscale: #494949. Windows color (decimal): -5498062 or 3283884. OLE color: 3283884.

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

Color convert

RGB 172 27 50 -
CMYK 0 0.84 0.71 0.33
HSL 350.48º 0.73% 0.39% -
HSV(B) 350.48º 0.84% 0.67% -
XYZ 17.98 9.78 3.96 -
YUV 72.98 115.04 198.63 -
System Red Green Blue C M Y K H S L
Decimal 172 27 50 0 0.84 0.71 0.33 350.48 0.73 0.39
Hex AC 1B 32 0 54 47 21 15E 49 27
Octal 254 33 62 0 124 107 41 536 111 47
Binary 10101100 11011 110010 0 1010100 1000111 100001 101011110 1001001 100111

Color Harmonies of #AC1B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1B32

Black with #AC1B32

Text Example


Text Example

White with #AC1B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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