Html Css Color HEX #AC1338 Cardinal

📋 copy color: '#AC1338'

red 172 ◦ green 19 ◦ blue 56

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

Shades of Cardinal #AC1338

Tints of Cardinal #AC1338

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.69%

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

R = 69.64%
G = 7.69%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC1338 (or 0xAC1338) is known color: Cardinal. HEX triplet: AC, 13 and 38. RGB value is (172,19,56). Sum of RGB (Red+Green+Blue) = 172+19+56=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1338 is #53ECC7. Grayscale: #444444. Windows color (decimal): -5500104 or 3675052. OLE color: 3675052.

HSL color Cylindrical-coordinate representation of color #AC1338: hue angle of 345.49º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1338 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 19 56 -
CMYK 0 0.89 0.67 0.33
HSL 345.49º 0.8% 0.37% -
HSV(B) 345.49º 0.89% 0.67% -
XYZ 17.96 9.52 4.63 -
YUV 68.97 120.69 201.49 -
System Red Green Blue C M Y K H S L
Decimal 172 19 56 0 0.89 0.67 0.33 345.49 0.8 0.37
Hex AC 13 38 0 59 43 21 159 50 25
Octal 254 23 70 0 131 103 41 531 120 45
Binary 10101100 10011 111000 0 1011001 1000011 100001 101011001 1010000 100101

Color Harmonies of #AC1338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1338

Black with #AC1338

Text Example


Text Example

White with #AC1338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1338; }

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

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

background-color css

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

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

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

border-color css

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

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

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