Html Css Color HEX #AC1B28 Cardinal

📋 copy color: '#AC1B28'

red 172 ◦ green 27 ◦ blue 40

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

Shades of Cardinal #AC1B28

Tints of Cardinal #AC1B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.74%

R = 71.97%
G = 11.3%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC1B28 (or 0xAC1B28) is known color: Cardinal. HEX triplet: AC, 1B and 28. RGB value is (172,27,40). Sum of RGB (Red+Green+Blue) = 172+27+40=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1B28 is #53E4D7. Grayscale: #474747. Windows color (decimal): -5498072 or 2628524. OLE color: 2628524.

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

Color convert

RGB 172 27 40 -
CMYK 0 0.84 0.77 0.33
HSL 354.62º 0.73% 0.39% -
HSV(B) 354.62º 0.84% 0.67% -
XYZ 17.79 9.71 2.94 -
YUV 71.84 110.04 199.44 -
System Red Green Blue C M Y K H S L
Decimal 172 27 40 0 0.84 0.77 0.33 354.62 0.73 0.39
Hex AC 1B 28 0 54 4D 21 163 49 27
Octal 254 33 50 0 124 115 41 543 111 47
Binary 10101100 11011 101000 0 1010100 1001101 100001 101100011 1001001 100111

Color Harmonies of #AC1B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1B28

Black with #AC1B28

Text Example


Text Example

White with #AC1B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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