Html Css Color HEX #AC013B Cardinal

📋 copy color: '#AC013B'

red 172 ◦ green 1 ◦ blue 59

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

Shades of Cardinal #AC013B

Tints of Cardinal #AC013B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 59 (23.44% from 255) = 25.43%

R = 74.14%
G = 0.43%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC013B (or 0xAC013B) is known color: Cardinal. HEX triplet: AC, 01 and 3B. RGB value is (172,1,59). Sum of RGB (Red+Green+Blue) = 172+1+59=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC013B is #53FEC4. Grayscale: #3A3A3A. Windows color (decimal): -5504709 or 3867052. OLE color: 3867052.

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

Color convert

RGB 172 1 59 -
CMYK 0 0.99 0.66 0.33
HSL 339.65º 0.99% 0.34% -
HSV(B) 339.65º 0.99% 0.67% -
XYZ 17.81 9.11 4.96 -
YUV 58.74 128.15 208.78 -
System Red Green Blue C M Y K H S L
Decimal 172 1 59 0 0.99 0.66 0.33 339.65 0.99 0.34
Hex AC 1 3B 0 63 42 21 154 63 22
Octal 254 1 73 0 143 102 41 524 143 42
Binary 10101100 1 111011 0 1100011 1000010 100001 101010100 1100011 100010

Color Harmonies of #AC013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC013B

Black with #AC013B

Text Example


Text Example

White with #AC013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC013B; }

 p { color: rgb(172,1,59); }

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

background-color css

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

 a { background-color: rgb(172,1,59); }

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

border-color css

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

 span { border-color: rgb(172,1,59); }

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