Html Css Color HEX #AC1B38 Cardinal

📋 copy color: '#AC1B38'

red 172 ◦ green 27 ◦ blue 56

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

Shades of Cardinal #AC1B38

Tints of Cardinal #AC1B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.96%

R = 67.45%
G = 10.59%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC1B38 (or 0xAC1B38) is known color: Cardinal. HEX triplet: AC, 1B and 38. RGB value is (172,27,56). Sum of RGB (Red+Green+Blue) = 172+27+56=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1B38 is #53E4C7. Grayscale: #494949. Windows color (decimal): -5498056 or 3677100. OLE color: 3677100.

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

Color convert

RGB 172 27 56 -
CMYK 0 0.84 0.67 0.33
HSL 348º 0.73% 0.39% -
HSV(B) 348º 0.84% 0.67% -
XYZ 18.12 9.84 4.69 -
YUV 73.66 118.04 198.14 -
System Red Green Blue C M Y K H S L
Decimal 172 27 56 0 0.84 0.67 0.33 348 0.73 0.39
Hex AC 1B 38 0 54 43 21 15C 49 27
Octal 254 33 70 0 124 103 41 534 111 47
Binary 10101100 11011 111000 0 1010100 1000011 100001 101011100 1001001 100111

Color Harmonies of #AC1B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1B38

Black with #AC1B38

Text Example


Text Example

White with #AC1B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1B38; }

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

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

background-color css

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

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

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

border-color css

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

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

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