Html Css Color HEX #AC1130 Cardinal

📋 copy color: '#AC1130'

red 172 ◦ green 17 ◦ blue 48

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

Shades of Cardinal #AC1130

Tints of Cardinal #AC1130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.17%

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

R = 72.57%
G = 7.17%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC1130 (or 0xAC1130) is known color: Cardinal. HEX triplet: AC, 11 and 30. RGB value is (172,17,48). Sum of RGB (Red+Green+Blue) = 172+17+48=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1130 is #53EECF. Grayscale: #424242. Windows color (decimal): -5500624 or 3150252. OLE color: 3150252.

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

Color convert

RGB 172 17 48 -
CMYK 0 0.90 0.72 0.33
HSL 348º 0.82% 0.37% -
HSV(B) 348º 0.9% 0.67% -
XYZ 17.75 9.38 3.67 -
YUV 66.88 117.35 202.98 -
System Red Green Blue C M Y K H S L
Decimal 172 17 48 0 0.90 0.72 0.33 348 0.82 0.37
Hex AC 11 30 0 5A 48 21 15C 52 25
Octal 254 21 60 0 132 110 41 534 122 45
Binary 10101100 10001 110000 0 1011010 1001000 100001 101011100 1010010 100101

Color Harmonies of #AC1130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1130

Black with #AC1130

Text Example


Text Example

White with #AC1130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1130; }

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

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

background-color css

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

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

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

border-color css

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

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

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