Html Css Color HEX #AC1030 Cardinal

📋 copy color: '#AC1030'

red 172 ◦ green 16 ◦ blue 48

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

Shades of Cardinal #AC1030

Tints of Cardinal #AC1030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.78%

 BLUE value IS 48 (19.14% from 255) = 20.34%

R = 72.88%
G = 6.78%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC1030 (or 0xAC1030) is known color: Cardinal. HEX triplet: AC, 10 and 30. RGB value is (172,16,48). Sum of RGB (Red+Green+Blue) = 172+16+48=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1030 is #53EFCF. Grayscale: #424242. Windows color (decimal): -5500880 or 3149996. OLE color: 3149996.

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

Color convert

RGB 172 16 48 -
CMYK 0 0.91 0.72 0.33
HSL 347.69º 0.83% 0.37% -
HSV(B) 347.69º 0.91% 0.67% -
XYZ 17.73 9.35 3.67 -
YUV 66.29 117.68 203.4 -
System Red Green Blue C M Y K H S L
Decimal 172 16 48 0 0.91 0.72 0.33 347.69 0.83 0.37
Hex AC 10 30 0 5B 48 21 15C 53 25
Octal 254 20 60 0 133 110 41 534 123 45
Binary 10101100 10000 110000 0 1011011 1001000 100001 101011100 1010011 100101

Color Harmonies of #AC1030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1030

Black with #AC1030

Text Example


Text Example

White with #AC1030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1030; }

 p { color: rgb(172,16,48); }

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

background-color css

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

 a { background-color: rgb(172,16,48); }

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

border-color css

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

 span { border-color: rgb(172,16,48); }

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